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

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

Private Properties

Свойство Type Description
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

Private Methods

Méthode Description
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