C# 클래스 System.Runtime.Remoting.MetadataServices.SdlParser.URTNamespace

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 메소드들

메소드 설명
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

메소드 상세

AddComplexType() 공개 메소드

public AddComplexType ( URTComplexType type ) : void
type URTComplexType
리턴 void

AddElementDecl() 공개 메소드

public AddElementDecl ( ElementDecl elmDecl ) : void
elmDecl ElementDecl
리턴 void

AddInterface() 공개 메소드

public AddInterface ( URTInterface iface ) : void
iface URTInterface
리턴 void

AddSimpleType() 공개 메소드

public AddSimpleType ( URTSimpleType type ) : void
type URTSimpleType
리턴 void

GetNextAnonymousName() 공개 메소드

public GetNextAnonymousName ( ) : String
리턴 String

LookupComplexType() 공개 메소드

public LookupComplexType ( String typeName ) : URTComplexType
typeName String
리턴 URTComplexType

LookupElementDecl() 공개 메소드

public LookupElementDecl ( String name ) : ElementDecl
name String
리턴 ElementDecl

LookupInterface() 공개 메소드

public LookupInterface ( String iFaceName ) : URTInterface
iFaceName String
리턴 URTInterface

LookupSimpleType() 공개 메소드

public LookupSimpleType ( String typeName ) : URTSimpleType
typeName String
리턴 URTSimpleType

LookupType() 공개 메소드

public LookupType ( String typeName ) : BaseType
typeName String
리턴 BaseType

PrintCSC() 공개 메소드

public PrintCSC ( TextWriter textWriter ) : void
textWriter System.IO.TextWriter
리턴 void

RemoveComplexType() 공개 메소드

public RemoveComplexType ( URTComplexType type ) : void
type URTComplexType
리턴 void

RemoveSimpleType() 공개 메소드

public RemoveSimpleType ( URTSimpleType type ) : void
type URTSimpleType
리턴 void

ResolveElements() 공개 메소드

public ResolveElements ( SdlParser parser ) : void
parser SdlParser
리턴 void

ResolveMethods() 공개 메소드

public ResolveMethods ( ) : void
리턴 void

ResolveTypes() 공개 메소드

public ResolveTypes ( SdlParser parser ) : void
parser SdlParser
리턴 void

URTNamespace() 공개 메소드

public URTNamespace ( String name, SdlParser parser ) : System
name String
parser SdlParser
리턴 System