C# Class System.Runtime.Remoting.MetadataServices.WsdlGenerator

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

Private Methods

Method Description
AddNamespace ( String name, Assembly assem ) : XMLNamespace
AddNamespace ( String name, Assembly assem, bool bInteropType ) : XMLNamespace
AddType ( Type type, XMLNamespace xns ) : void
EnqueueReachableTypes ( RealSchemaType rsType ) : void
EnqueueType ( Type type, XMLNamespace xns ) : void
Generate ( ) : void
GetNSAndAssembly ( Type type, String &ns, Assembly &assem ) : bool
GetNamespace ( Type type ) : XMLNamespace
IndentP ( String indentStr ) : String
LookupNamespace ( String name, Assembly assem ) : XMLNamespace
PrintServiceWsdl ( TextWriter textWriter, StringBuilder sb, String indent, ArrayList refNames ) : void
PrintTypesBeginWsdl ( TextWriter textWriter, StringBuilder sb, String indent ) : void
PrintTypesEndWsdl ( TextWriter textWriter, StringBuilder sb, String indent ) : void
PrintWsdl ( ) : void
PrintWsdlNamespaces ( TextWriter textWriter, StringBuilder sb, String indent ) : void
ProcessMethods ( RealSchemaType rsType ) : void
ProcessType ( Type type ) : void
ProcessTypeAttributes ( Type type ) : void
QualifyName ( StringBuilder sb, String ns, String name ) : void
RefName ( Type type ) : String
Resolve ( ) : void
UrlEncode ( String url ) : String
WsdlGenerator ( ServiceType serviceTypes, SdlType sdlType, TextWriter output ) : System
WsdlGenerator ( Type types, SdlType sdlType, TextWriter output ) : System
WsdlGenerator ( Type types, SdlType sdlType, TextWriter output, Assembly assembly, String url ) : System
WsdlGenerator ( Type types, TextWriter output ) : System
WsdlGenerator ( Type types, TextWriter output, Assembly assembly, String url ) : System