TableContractResolver Methods

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Serialization
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

NameDescription
System_CAPS_protmethodCreateArrayContract(Type)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodCreateConstructorParameters(ConstructorInfo, JsonPropertyCollection)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodCreateContract(Type)

Gets the contract for a given type. The type Delta(Of TEntityType) is treated specially whereas all other types are handled by the base class.(Overrides DefaultContractResolver.CreateContract(Type).)

System_CAPS_protmethodCreateDictionaryContract(Type)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodCreateDynamicContract(Type)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodCreateISerializableContract(Type)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodCreateLinqContract(Type)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodCreateMemberValueProvider(MemberInfo)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodCreateObjectContract(Type)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodCreatePrimitiveContract(Type)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodCreateProperties(Type, MemberSerialization)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodCreateProperty(MemberInfo, MemberSerialization)

(Inherited from JsonContractResolver.)

System_CAPS_protmethodCreatePropertyFromConstructorParameter(JsonProperty, ParameterInfo)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodCreateStringContract(Type)

(Inherited from DefaultContractResolver.)

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_protmethodGetDeltaContract(Type)

Creates a contract for a type of Delta(Of TEntityType).

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetResolvedPropertyName(String)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodGetSerializableMembers(Type)

(Inherited from DefaultContractResolver.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodResolveContract(Type)

(Inherited from DefaultContractResolver.)

System_CAPS_protmethodResolveContractConverter(Type)

(Overrides DefaultContractResolver.ResolveContractConverter(Type).)

System_CAPS_protmethodResolvePropertyName(String)

(Inherited from ServiceContractResolver.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: