ISerializableObjectContract 인터페이스

정의

serialize할 수 있는 개체에 대한 정보를 제공하는 계약을 정의합니다.

public interface class ISerializableObjectContract : System::AddIn::Contract::Collections::IRemoteArgumentDictionaryContract
public interface ISerializableObjectContract : System.AddIn.Contract.Collections.IRemoteArgumentDictionaryContract
type ISerializableObjectContract = interface
    interface IRemoteArgumentDictionaryContract
    interface IRemoteArgumentCollectionContract
    interface IRemoteArgumentEnumerableContract
    interface IContract
Public Interface ISerializableObjectContract
Implements IRemoteArgumentDictionaryContract
구현

메서드

AcquireLifetimeToken()

클라이언트가 계약을 해지할 때까지 클라이언트에서 계약에 액세스할 수 있도록 지정합니다.

(다음에서 상속됨 IContract)
Add(RemoteArgument, RemoteArgument)

지정된 키와 값을 갖는 요소를 IRemoteArgumentDictionaryContract에 추가합니다.

(다음에서 상속됨 IRemoteArgumentDictionaryContract)
Clear()

IRemoteArgumentDictionaryContract에서 요소를 모두 제거합니다.

(다음에서 상속됨 IRemoteArgumentDictionaryContract)
ContainsKey(RemoteArgument)

지정된 키를 갖는 요소가 IRemoteArgumentDictionaryContract에 들어 있는지 여부를 나타냅니다.

(다음에서 상속됨 IRemoteArgumentDictionaryContract)
GetCanonicalName()

ISerializableObjectContract가 설명하는 개체 형식의 정식 이름을 반환합니다.

GetCount()

IRemoteArgumentCollectionContract에 들어 있는 요소 수를 반환합니다.

(다음에서 상속됨 IRemoteArgumentCollectionContract)
GetEnumeratorContract()

컬렉션 전체를 반복하는 데 사용할 수 있는 열거자를 반환합니다.

(다음에서 상속됨 IRemoteArgumentEnumerableContract)
GetItem(RemoteArgument)

지정된 키를 갖는 요소의 값을 반환합니다.

(다음에서 상속됨 IRemoteArgumentDictionaryContract)
GetKeys()

IRemoteArgumentCollectionContract 개체의 키가 들어 있는 IRemoteArgumentDictionaryContract를 반환합니다.

(다음에서 상속됨 IRemoteArgumentDictionaryContract)
GetRemoteHashCode()

IContract의 해시 코드를 반환합니다.

(다음에서 상속됨 IContract)
GetSerializableObjectData()

ISerializableObjectContract가 설명하는 개체를 역직렬화하는 데 사용할 수 있는 데이터를 반환합니다.

GetValues()

IRemoteArgumentCollectionContract 개체의 값이 들어 있는 IRemoteArgumentDictionaryContract를 반환합니다.

(다음에서 상속됨 IRemoteArgumentDictionaryContract)
QueryContract(String)

이 계약에서 구현하는 계약을 반환합니다.

(다음에서 상속됨 IContract)
RemoteEquals(IContract)

지정된 계약이 이 IContract와 같은지 여부를 나타냅니다.

(다음에서 상속됨 IContract)
RemoteToString()

현재 IContract의 문자열 표현을 반환합니다.

(다음에서 상속됨 IContract)
Remove(RemoteArgument)

IRemoteArgumentDictionaryContract에서 지정한 키를 가지는 요소를 제거합니다.

(다음에서 상속됨 IRemoteArgumentDictionaryContract)
RevokeLifetimeToken(Int32)

클라이언트에서 계약에 더 이상 액세스할 수 없도록 지정합니다.

(다음에서 상속됨 IContract)
SetItem(RemoteArgument, RemoteArgument)

요소의 값을 바꿉니다.

(다음에서 상속됨 IRemoteArgumentDictionaryContract)

적용 대상