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

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

Méthodes publiques

Méthode Description
AddAnonymousType ( string identifier, XmlSchemaElement parentElement, ClrTypeReference parentElementTypeRef ) : void
AddAttribute ( XmlSchemaAttribute attribute ) : string
AddComplexRestrictedContentType ( XmlSchemaComplexType wrappingType, ClrTypeReference wrappingTypeRef ) : void
AddLocalElement ( XmlSchemaElement element ) : string
AddMember ( string identifierName ) : string
GetAnonymousTypes ( ) : List
Init ( XmlSchemaElement element ) : void
Init ( XmlSchemaType type ) : void
Init ( string className ) : void
RegisterMember ( string identifierName ) : void
Reset ( ) : void

Private Methods

Méthode Description
getSymbol ( string identifierName, string suffix ) : string

Method Details

AddAnonymousType() public méthode

public AddAnonymousType ( string identifier, XmlSchemaElement parentElement, ClrTypeReference parentElementTypeRef ) : void
identifier string
parentElement System.Xml.Schema.XmlSchemaElement
parentElementTypeRef ClrTypeReference
Résultat void

AddAttribute() public méthode

public AddAttribute ( XmlSchemaAttribute attribute ) : string
attribute System.Xml.Schema.XmlSchemaAttribute
Résultat string

AddComplexRestrictedContentType() public méthode

public AddComplexRestrictedContentType ( XmlSchemaComplexType wrappingType, ClrTypeReference wrappingTypeRef ) : void
wrappingType System.Xml.Schema.XmlSchemaComplexType
wrappingTypeRef ClrTypeReference
Résultat void

AddLocalElement() public méthode

public AddLocalElement ( XmlSchemaElement element ) : string
element System.Xml.Schema.XmlSchemaElement
Résultat string

AddMember() public méthode

public AddMember ( string identifierName ) : string
identifierName string
Résultat string

GetAnonymousTypes() public méthode

public GetAnonymousTypes ( ) : List
Résultat List

Init() public méthode

public Init ( XmlSchemaElement element ) : void
element System.Xml.Schema.XmlSchemaElement
Résultat void

Init() public méthode

public Init ( XmlSchemaType type ) : void
type System.Xml.Schema.XmlSchemaType
Résultat void

Init() public méthode

public Init ( string className ) : void
className string
Résultat void

RegisterMember() public méthode

public RegisterMember ( string identifierName ) : void
identifierName string
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void