Data |
The DataSpecs type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals |
Two DataSpecs objects are equal if they contain the same set
of unique DataSpec objects - neither Keys nor the order of
keys make any difference.
(Overrides ObjectEquals(Object)) | |
| GetEnumerator | Returns an enumerator for iterating over each DataSpec contained within this DataSpecs. | |
| GetHashCode |
Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode) | |
| GetKey | Returns the non-null, non-empty string key associated with dataSpec. | |
| ToString |
Returns a non-null, non-empty string representation of this instance for logging and debugging purposes.
(Overrides ObjectToString) |