C# 클래스 System.Runtime.Remoting.MetadataServices.WsdlGenerator.ComplexSchemaType

상속: SchemaType
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

Private Properties

프로퍼티 타입 설명
AddParticle void
ComplexSchemaType System
ComplexSchemaType System
ComplexSchemaType System
Init void

보호된 메소드들

메소드 설명
PrintBody ( TextWriter textWriter, StringBuilder sb, String indent ) : void

비공개 메소드들

메소드 설명
AddParticle ( Particle particle ) : void
ComplexSchemaType ( String name, SchemaBlockType blockType, bool bSealed ) : System
ComplexSchemaType ( String name, bool bSealed ) : System
ComplexSchemaType ( Type type ) : System
Init ( ) : void

메소드 상세

PrintBody() 보호된 메소드

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