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

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

Private Properties

Property Type Description
AddParticle void
ComplexSchemaType System
ComplexSchemaType System
ComplexSchemaType System
Init void

Protected Methods

Method Description
PrintBody ( TextWriter textWriter, StringBuilder sb, String indent ) : void

Private Methods

Method Description
AddParticle ( Particle particle ) : void
ComplexSchemaType ( String name, SchemaBlockType blockType, bool bSealed ) : System
ComplexSchemaType ( String name, bool bSealed ) : System
ComplexSchemaType ( Type type ) : System
Init ( ) : void

Method Details

PrintBody() protected method

protected PrintBody ( TextWriter textWriter, StringBuilder sb, String indent ) : void
textWriter System.IO.TextWriter
sb StringBuilder
indent String
return void