C# Class System.Runtime.Remoting.MetadataServices.SdlGenerator.RealSchemaType

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

Private Properties

Property Type Description
GetInstanceFields System.Reflection.FieldInfo[]
GetInstanceFields System.Reflection.FieldInfo[]
GetIntroducedInterfaces System.Type[]
GetIntroducedInterfaces System.Type[]
GetIntroducedMethods System.Reflection.MethodInfo[]
GetIntroducedMethods System.Reflection.MethodInfo[]
PrintSUDSType void
PrintSchemaType void
RealSchemaType System
Resolve void
TypeName String

Private Methods

Method Description
GetInstanceFields ( ) : System.Reflection.FieldInfo[]
GetInstanceFields ( Type type ) : System.Reflection.FieldInfo[]
GetIntroducedInterfaces ( ) : System.Type[]
GetIntroducedInterfaces ( Type type ) : System.Type[]
GetIntroducedMethods ( ) : System.Reflection.MethodInfo[]
GetIntroducedMethods ( Type type ) : System.Reflection.MethodInfo[]
PrintSUDSType ( TextWriter textWriter, StringBuilder sb, String indent ) : void
PrintSchemaType ( TextWriter textWriter, StringBuilder sb, String indent, bool bAnonymous ) : void
RealSchemaType ( Type type, XMLNamespace xns, String serviceEndpoint, Hashtable typeToServiceEndpoint, bool bUnique ) : System
Resolve ( StringBuilder sb ) : void
TypeName ( Type type, bool bEmbedded, XMLNamespace thisxns ) : String