ItemField Members
Represents the way in which an item is identified when changes are applied to a destination.
The following tables list the members exposed by the ItemField type.
Public Constructors
Name | Description | |
---|---|---|
ItemField | Initializes a new instance of the ItemField class that contains a field ID, a field type, and a metadata value for the field. |
Top
Public Properties
Name | Description | |
---|---|---|
FieldId | An integer ID for the field. | |
FieldSize | Gets the size associated with the field, such as the length of the string or byte array that it will store. | |
FieldType | Gets the data type of the field. | |
Value | Gets the metadata value that is stored in the item field. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. Determines whether a ItemField object is equal to a particular value. | |
GetHashCode | Overridden. Serves as a hash function for a ItemField. This is suitable for use in hashing algorithms and data structures such as a hash table. | |
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
ItemField Class
Microsoft.Synchronization.SimpleProviders Namespace