C# Class Xml.Schema.Linq.CodeGen.GlobalSymbolTable

Show file Open project: o2platform/O2.Platform.Projects Class Usage Examples

Public Methods

Method Description
AddElement ( XmlSchemaElement element ) : SymbolEntry
AddType ( XmlSchemaType type ) : SymbolEntry
GlobalSymbolTable ( LinqToXsdSettings settings ) : System

Protected Methods

Method Description
AddSymbol ( XmlQualifiedName qname, XmlSchemaObject schemaObject, string suffix ) : SymbolEntry

Method Details

AddElement() public method

public AddElement ( XmlSchemaElement element ) : SymbolEntry
element System.Xml.Schema.XmlSchemaElement
return SymbolEntry

AddSymbol() protected method

protected AddSymbol ( XmlQualifiedName qname, XmlSchemaObject schemaObject, string suffix ) : SymbolEntry
qname System.Xml.XmlQualifiedName
schemaObject System.Xml.Schema.XmlSchemaObject
suffix string
return SymbolEntry

AddType() public method

public AddType ( XmlSchemaType type ) : SymbolEntry
type System.Xml.Schema.XmlSchemaType
return SymbolEntry

GlobalSymbolTable() public method

public GlobalSymbolTable ( LinqToXsdSettings settings ) : System
settings LinqToXsdSettings
return System