C# Class System.Runtime.Remoting.MetadataServices.SdlParser.URTNamespace

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Méthode Description
AddComplexType ( URTComplexType type ) : void
AddElementDecl ( ElementDecl elmDecl ) : void
AddInterface ( URTInterface iface ) : void
AddSimpleType ( URTSimpleType type ) : void
GetNextAnonymousName ( ) : String
LookupComplexType ( String typeName ) : URTComplexType
LookupElementDecl ( String name ) : ElementDecl
LookupInterface ( String iFaceName ) : URTInterface
LookupSimpleType ( String typeName ) : URTSimpleType
LookupType ( String typeName ) : BaseType
PrintCSC ( TextWriter textWriter ) : void
RemoveComplexType ( URTComplexType type ) : void
RemoveSimpleType ( URTSimpleType type ) : void
ResolveElements ( SdlParser parser ) : void
ResolveMethods ( ) : void
ResolveTypes ( SdlParser parser ) : void
URTNamespace ( String name, SdlParser parser ) : System

Method Details

AddComplexType() public méthode

public AddComplexType ( URTComplexType type ) : void
type URTComplexType
Résultat void

AddElementDecl() public méthode

public AddElementDecl ( ElementDecl elmDecl ) : void
elmDecl ElementDecl
Résultat void

AddInterface() public méthode

public AddInterface ( URTInterface iface ) : void
iface URTInterface
Résultat void

AddSimpleType() public méthode

public AddSimpleType ( URTSimpleType type ) : void
type URTSimpleType
Résultat void

GetNextAnonymousName() public méthode

public GetNextAnonymousName ( ) : String
Résultat String

LookupComplexType() public méthode

public LookupComplexType ( String typeName ) : URTComplexType
typeName String
Résultat URTComplexType

LookupElementDecl() public méthode

public LookupElementDecl ( String name ) : ElementDecl
name String
Résultat ElementDecl

LookupInterface() public méthode

public LookupInterface ( String iFaceName ) : URTInterface
iFaceName String
Résultat URTInterface

LookupSimpleType() public méthode

public LookupSimpleType ( String typeName ) : URTSimpleType
typeName String
Résultat URTSimpleType

LookupType() public méthode

public LookupType ( String typeName ) : BaseType
typeName String
Résultat BaseType

PrintCSC() public méthode

public PrintCSC ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
Résultat void

RemoveComplexType() public méthode

public RemoveComplexType ( URTComplexType type ) : void
type URTComplexType
Résultat void

RemoveSimpleType() public méthode

public RemoveSimpleType ( URTSimpleType type ) : void
type URTSimpleType
Résultat void

ResolveElements() public méthode

public ResolveElements ( SdlParser parser ) : void
parser SdlParser
Résultat void

ResolveMethods() public méthode

public ResolveMethods ( ) : void
Résultat void

ResolveTypes() public méthode

public ResolveTypes ( SdlParser parser ) : void
parser SdlParser
Résultat void

URTNamespace() public méthode

public URTNamespace ( String name, SdlParser parser ) : System
name String
parser SdlParser
Résultat System