16 private CompiledIdentityConstraint compiledConstraint;
71 internal CompiledIdentityConstraint CompiledConstraint
75 return compiledConstraint;
79 compiledConstraint = value;
84 internal override string NameAttribute
96 internal void SetQualifiedName(XmlQualifiedName value)
98 qualifiedName = value;
string Name
Gets or sets the name of the identity constraint.
A collection of T:System.Xml.Schema.XmlSchemaObjects.
XmlQualifiedName QualifiedName
Gets the qualified name of the identity constraint, which holds the post-compilation value of the Qua...
Represents an attribute. Valid and default values for the attribute are defined in a document type de...
XmlSchemaXPath Selector
Gets or sets the XPath expression selector element.
The base class for any element that can contain annotation elements.
XmlSchemaObjectCollection Fields
Gets the collection of fields that apply as children for the XML Path Language (XPath) expression sel...
Represents the World Wide Web Consortium (W3C) selector element.
Represents an XML qualified name.
static readonly XmlQualifiedName Empty
Provides an empty T:System.Xml.XmlQualifiedName.
Class for the identity constraints: key, keyref, and unique elements.