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

Afficher le fichier Open project: o2platform/O2.Platform.Projects Class Usage Examples

Méthodes publiques

Méthode Description
AddElement ( XmlSchemaElement element ) : SymbolEntry
AddType ( XmlSchemaType type ) : SymbolEntry
GlobalSymbolTable ( LinqToXsdSettings settings ) : System

Méthodes protégées

Méthode Description
AddSymbol ( XmlQualifiedName qname, XmlSchemaObject schemaObject, string suffix ) : SymbolEntry

Method Details

AddElement() public méthode

public AddElement ( XmlSchemaElement element ) : SymbolEntry
element System.Xml.Schema.XmlSchemaElement
Résultat SymbolEntry

AddSymbol() protected méthode

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

AddType() public méthode

public AddType ( XmlSchemaType type ) : SymbolEntry
type System.Xml.Schema.XmlSchemaType
Résultat SymbolEntry

GlobalSymbolTable() public méthode

public GlobalSymbolTable ( LinqToXsdSettings settings ) : System
settings LinqToXsdSettings
Résultat System