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

Mostrar archivo Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method 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 method

public AddComplexType ( URTComplexType type ) : void
type URTComplexType
return void

AddElementDecl() public method

public AddElementDecl ( ElementDecl elmDecl ) : void
elmDecl ElementDecl
return void

AddInterface() public method

public AddInterface ( URTInterface iface ) : void
iface URTInterface
return void

AddSimpleType() public method

public AddSimpleType ( URTSimpleType type ) : void
type URTSimpleType
return void

GetNextAnonymousName() public method

public GetNextAnonymousName ( ) : String
return String

LookupComplexType() public method

public LookupComplexType ( String typeName ) : URTComplexType
typeName String
return URTComplexType

LookupElementDecl() public method

public LookupElementDecl ( String name ) : ElementDecl
name String
return ElementDecl

LookupInterface() public method

public LookupInterface ( String iFaceName ) : URTInterface
iFaceName String
return URTInterface

LookupSimpleType() public method

public LookupSimpleType ( String typeName ) : URTSimpleType
typeName String
return URTSimpleType

LookupType() public method

public LookupType ( String typeName ) : BaseType
typeName String
return BaseType

PrintCSC() public method

public PrintCSC ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
return void

RemoveComplexType() public method

public RemoveComplexType ( URTComplexType type ) : void
type URTComplexType
return void

RemoveSimpleType() public method

public RemoveSimpleType ( URTSimpleType type ) : void
type URTSimpleType
return void

ResolveElements() public method

public ResolveElements ( SdlParser parser ) : void
parser SdlParser
return void

ResolveMethods() public method

public ResolveMethods ( ) : void
return void

ResolveTypes() public method

public ResolveTypes ( SdlParser parser ) : void
parser SdlParser
return void

URTNamespace() public method

public URTNamespace ( String name, SdlParser parser ) : System
name String
parser SdlParser
return System