ISerializableObjectContract Interface

Definition

Defines a contract that provides information about a serializable object.

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
Implements

Methods

AcquireLifetimeToken()

Specifies that the contract is accessible to a client until the client revokes the contract.

(Inherited from IContract)
Add(RemoteArgument, RemoteArgument)

Adds an element with a specified key and value to the IRemoteArgumentDictionaryContract.

(Inherited from IRemoteArgumentDictionaryContract)
Clear()

Removes all elements from the IRemoteArgumentDictionaryContract.

(Inherited from IRemoteArgumentDictionaryContract)
ContainsKey(RemoteArgument)

Indicates whether the IRemoteArgumentDictionaryContract contains an element with the specified key.

(Inherited from IRemoteArgumentDictionaryContract)
GetCanonicalName()

Returns the canonical name of the type of the object that this ISerializableObjectContract describes.

GetCount()

Returns the number of elements contained in the IRemoteArgumentCollectionContract.

(Inherited from IRemoteArgumentCollectionContract)
GetEnumeratorContract()

Returns an enumerator that can be used to iterate through the collection.

(Inherited from IRemoteArgumentEnumerableContract)
GetItem(RemoteArgument)

Returns the value of the element with the specified key.

(Inherited from IRemoteArgumentDictionaryContract)
GetKeys()

Returns an IRemoteArgumentCollectionContract that contains the keys of the IRemoteArgumentDictionaryContract object.

(Inherited from IRemoteArgumentDictionaryContract)
GetRemoteHashCode()

Returns a hash code for the IContract.

(Inherited from IContract)
GetSerializableObjectData()

Returns data that can be used to help deserialize the object that this ISerializableObjectContract describes.

GetValues()

Returns an IRemoteArgumentCollectionContract that contains the values of the IRemoteArgumentDictionaryContract object.

(Inherited from IRemoteArgumentDictionaryContract)
QueryContract(String)

Returns a contract that is implemented by this contract.

(Inherited from IContract)
RemoteEquals(IContract)

Indicates whether the specified contract is equal to this IContract.

(Inherited from IContract)
RemoteToString()

Returns a string representation of the current IContract.

(Inherited from IContract)
Remove(RemoteArgument)

Removes the element with the specified key from the IRemoteArgumentDictionaryContract.

(Inherited from IRemoteArgumentDictionaryContract)
RevokeLifetimeToken(Int32)

Specifies that the contract is no longer accessible to a client.

(Inherited from IContract)
SetItem(RemoteArgument, RemoteArgument)

Replaces the value of an element.

(Inherited from IRemoteArgumentDictionaryContract)

Applies to