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

파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AddComplexType void
AddElementDecl void
AddInterface void
AddSimpleType void
ComplexTypeOnlyArrayorEmpty bool
EncodeInterop String
GetNextAnonymousName String
LookupComplexType URTComplexType
LookupComplexTypeEqual URTComplexType
LookupInterface URTInterface
LookupSimpleType URTSimpleType
LookupType BaseType
PrintCSC void
RemoveComplexType void
RemoveSimpleType void
ResolveElements void
ResolveMethods void
ResolveTypes void
URTNamespace System

비공개 메소드들

메소드 설명
AddComplexType ( URTComplexType type ) : void
AddElementDecl ( ElementDecl elmDecl ) : void
AddInterface ( URTInterface iface ) : void
AddSimpleType ( URTSimpleType type ) : void
ComplexTypeOnlyArrayorEmpty ( ) : bool
EncodeInterop ( String name, WsdlParser parser ) : String
GetNextAnonymousName ( ) : String
LookupComplexType ( String typeName ) : URTComplexType
LookupComplexTypeEqual ( String typeName ) : URTComplexType
LookupInterface ( String iFaceName ) : URTInterface
LookupSimpleType ( String typeName ) : URTSimpleType
LookupType ( String typeName ) : BaseType
PrintCSC ( WriterStream writerStream ) : void
RemoveComplexType ( URTComplexType type ) : void
RemoveSimpleType ( URTSimpleType type ) : void
ResolveElements ( WsdlParser parser ) : void
ResolveMethods ( ) : void
ResolveTypes ( WsdlParser parser ) : void
URTNamespace ( String name, WsdlParser parser ) : System