[This is preliminary documentation and is subject to change.]
All validation rules that will be applied to a list of attribute collections.
| C# | Visual Basic | Visual C++ |
[XmlIncludeAttribute(typeof(CompareRule))] public class CompareRules
<XmlIncludeAttribute(GetType(CompareRule))> _ Public Class CompareRules
[XmlIncludeAttribute(typeof(CompareRule))] public ref class CompareRules
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CompareRules()()() | Obsolete.
Default constructor.
| |
| CompareRules(array<AttributeTypes>[]()[]) |
Constructor to create an empty instances.
| |
| Add(CompareRule) |
Add a CompareRule the this object.
A check is performed if the compareRule is compatible with earlier added one.
If it is not compatible, an exception is thrown.
| |
| ArrayRepresentation | ||
| Count |
Number of CompareRules.
| |
| Deserialize(String) | ||
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GeneralAttributeCollectionDescriptions | ||
| GetGeneralAttributeCollectionDescription(Int32) | ||
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Item[([(Int32])]) |
Property to get a specific CompareRule.
| |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Serialize(String) | ||
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| TypeOfAttributes | ||
| XmlStructureVersion |
| Object | |
| CompareRules | |