Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Schema.CompiledIdentityConstraint Class Referencesealed

Public Types

enum  ConstraintRole { Unique , Key , Keyref }
 

Public Member Functions

 CompiledIdentityConstraint (XmlSchemaIdentityConstraint constraint, XmlNamespaceManager nsmgr)
 

Static Public Attributes

static readonly CompiledIdentityConstraint Empty = new CompiledIdentityConstraint()
 

Package Attributes

XmlQualifiedName name = XmlQualifiedName.Empty
 
XmlQualifiedName refer = XmlQualifiedName.Empty
 

Properties

ConstraintRole Role [get]
 
Asttree Selector [get]
 
Asttree[] Fields [get]
 

Private Member Functions

 CompiledIdentityConstraint ()
 

Private Attributes

readonly ConstraintRole _role
 
readonly Asttree _selector
 
readonly Asttree[] _fields
 

Detailed Description

Definition at line 3 of file CompiledIdentityConstraint.cs.


The documentation for this class was generated from the following file: