ItemMetadataSchema Members
Represents the metadata schema for an item, including how to identify an item and its version information, and how change units are defined.
The following tables list the members exposed by the ItemMetadataSchema type.
Public Constructors
Name | Description | |
---|---|---|
ItemMetadataSchema | Overloaded. Initializes a new instance of the ItemMetadataSchema class. |
Top
Public Properties
Name | Description | |
---|---|---|
ChangeUnitVersionDefinitions | Gets a collection of ChangeUnitVersionDefinition objects that represent the way in which a change unit is identified in terms of an ID, an ID format, and a set of fields that define a change unit's version. | |
CustomFields | Gets a collection of CustomFieldDefinition objects that each represent a custom field. Fields can be used to identify an item in the metadata or store version information about an item. | |
IdentityRules | Gets a collection of IdentityRule objects that defines the way in which an item is identified within a replica. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
ItemMetadataSchema Class
Microsoft.Synchronization.SimpleProviders Namespace