XmlSchemaIdentityConstraint | System.Xml.Schema (system.xml.dll) class |
public class XmlSchemaIdentityConstraint : XmlSchemaAnnotated {
// Public Constructors
public XmlSchemaIdentityConstraint( );
// Public Instance Properties
public XmlSchemaObjectCollection Fields{get; }
public string Name{set; get; }
public XmlQualifiedName QualifiedName{get; }
public XmlSchemaXPath Selector{set; get; }
} | |
This type is used as the base for all
identity constraints, XmlSchemaKey,
XmlSchemaKeyref, and
XmlSchemaUnique. Its Selector
property contains an XmlSchemaXPath instance that
represents the XPath expression for the constraint.
Hierarchy
System.Object XmlSchemaObject
XmlSchemaAnnotated
XmlSchemaIdentityConstraint
|