Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Xml.Schema.XmlSchemaKeyref Class Reference

Package Functions

void SetQualifiedName (XmlQualifiedName value)
 
override void SetUnhandledAttributes (XmlAttribute[] moreAttributes)
 
override void AddAnnotation (XmlSchemaAnnotation annotation)
 
virtual void OnAdd (XmlSchemaObjectCollection container, object item)
 
virtual void OnRemove (XmlSchemaObjectCollection container, object item)
 
virtual void OnClear (XmlSchemaObjectCollection container)
 
virtual XmlSchemaObject Clone ()
 

Properties

XmlQualifiedName Refer [get, set]
 
stringName [get, set]
 
XmlSchemaXPathSelector [get, set]
 
XmlSchemaObjectCollection Fields [get]
 
XmlQualifiedName QualifiedName [get]
 
CompiledIdentityConstraintCompiledConstraint [get, set]
 
override? string NameAttribute [get, set]
 
stringId [get, set]
 
XmlSchemaAnnotationAnnotation [get, set]
 
XmlAttribute?[] UnhandledAttributes [get, set]
 
override? string IdAttribute [get, set]
 
int LineNumber [get, set]
 
int LinePosition [get, set]
 
stringSourceUri [get, set]
 
XmlSchemaObjectParent [get, set]
 
XmlSerializerNamespaces Namespaces [get, set]
 
bool IsProcessing [get, set]
 

Private Attributes

XmlQualifiedName _refer = XmlQualifiedName.Empty
 
string _name
 
XmlSchemaXPath _selector
 
readonly XmlSchemaObjectCollection _fields = new XmlSchemaObjectCollection()
 
XmlQualifiedName _qualifiedName = XmlQualifiedName.Empty
 
CompiledIdentityConstraint _compiledConstraint
 
string _id
 
XmlSchemaAnnotation _annotation
 
XmlAttribute[] _moreAttributes
 
int _lineNum
 
int _linePos
 
string _sourceUri
 
XmlSerializerNamespaces _namespaces
 
XmlSchemaObject _parent
 
bool _isProcessing
 

Detailed Description

Definition at line 5 of file XmlSchemaKeyref.cs.


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