SyncFieldValue Class

When overridden in a derived class, represents the value of a custom field of an item.

System.Object
  Microsoft.Synchronization.MetadataStorage.SyncFieldValue
    Microsoft.Synchronization.MetadataStorage.SqlSyncFieldValue

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

public abstract class SyncFieldValue

The SyncFieldValue type exposes the following members.

  NameDescription
Protected methodSyncFieldValueInitializes a new instance of the SyncFieldValue class.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetByteWhen overridden in a derived class, gets the value of the custom field.
Public methodGetBytesWhen overridden in a derived class, gets the value of the custom field.
Public methodGetGuidWhen overridden in a derived class, gets the value of the custom field.
Public methodGetHashCode (Inherited from Object.)
Public methodGetStringWhen overridden in a derived class, gets the value of the custom field.
Public methodGetType (Inherited from Object.)
Public methodGetUInt16When overridden in a derived class, gets the value of the custom field.
Public methodGetUInt32When overridden in a derived class, gets the value of the custom field.
Public methodGetUInt64When overridden in a derived class, gets the value of the custom field.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

This class is used by OnItemMetadataDeserialized when a SyncMetadataStoreSerializer class is used to deserialize metadata. This class represents a custom field that is contained in the serialized data but that is not contained in the upgraded metadata schema.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: