SyncGroup Members
Represents a group of SyncTable objects and provides a mechanism to ensure consistent application of changes for those tables.
The following tables list the members exposed by the SyncGroup type.
Public Constructors
Name | Description | |
---|---|---|
SyncGroup | Overloaded. Initializes a new instance of the SyncGroup class. |
Top
Public Properties
Name | Description | |
---|---|---|
GroupName | Gets or sets the name of the SyncGroup. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. Overridden. Determines whether a SyncGroup object is equal to a particular value. | |
GetHashCode | Overridden. Serves as a hash function for a This is suitable for use in hashing algorithms and data structures such as a hash table. | |
GetType | (inherited from Object ) | |
op_Equality | Determines whether two specified SyncGroup objects are equal. | |
op_Inequality | Determines whether two specified SyncGroup objects are not equal. | |
ReferenceEquals | (inherited from Object ) | |
ToString | Overridden. Returns a string that represents the SyncGroup object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top