Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Xml.Schema.XmlSchemaAll Class Reference

Package Functions

override void SetItems (XmlSchemaObjectCollection newItems)
 
XmlQualifiedName GetQualifiedName ()
 
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 ()
 

Static Package Attributes

static readonly XmlSchemaParticle Empty = new EmptyParticle()
 

Properties

override XmlSchemaObjectCollection Items [get]
 
override bool IsEmpty [get]
 
stringMinOccursString [get, set]
 
stringMaxOccursString [get, set]
 
decimal MinOccurs [get, set]
 
decimal MaxOccurs [get, set]
 
bool IsMultipleOccurrence [get]
 
virtual string NameString [get]
 
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]
 
virtual ? string NameAttribute [get, set]
 
bool IsProcessing [get, set]
 

Private Types

enum  Occurs { None = 0 , Min = 1 , Max = 2 }
 

Private Attributes

XmlSchemaObjectCollection _items = new XmlSchemaObjectCollection()
 
decimal _minOccurs = 1m
 
decimal _maxOccurs = 1m
 
Occurs _flags
 
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 XmlSchemaAll.cs.


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