C# 클래스 System.Xml.Schema.XmlSchemaComplexType

상속: XmlSchemaType
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명
ClearCompiledState void
Clone XmlSchemaObject
CloneAttributes XmlSchemaObjectCollection
CloneGroupBaseParticles XmlSchemaObjectCollection
CloneParticle XmlSchemaParticle
ContainsIdAttribute bool
CreateAnyType XmlSchemaComplexType
HasAttributeQNameRef bool
HasParticleRef bool
SetAttributeWildcard void
SetAttributes void
SetBlockResolved void
SetContentTypeParticle void
XmlSchemaComplexType System.Collections

비공개 메소드들

메소드 설명
ClearCompiledState ( ) : void
Clone ( ) : XmlSchemaObject
CloneAttributes ( XmlSchemaObjectCollection attributes ) : XmlSchemaObjectCollection
CloneGroupBaseParticles ( XmlSchemaObjectCollection groupBaseParticles ) : XmlSchemaObjectCollection
CloneParticle ( XmlSchemaParticle particle ) : XmlSchemaParticle
ContainsIdAttribute ( bool findAll ) : bool
CreateAnyType ( XmlSchemaContentProcessing processContents ) : XmlSchemaComplexType
HasAttributeQNameRef ( XmlSchemaObjectCollection attributes ) : bool
HasParticleRef ( XmlSchemaParticle particle ) : bool
SetAttributeWildcard ( XmlSchemaAnyAttribute value ) : void
SetAttributes ( XmlSchemaObjectCollection newAttributes ) : void
SetBlockResolved ( XmlSchemaDerivationMethod value ) : void
SetContentTypeParticle ( XmlSchemaParticle value ) : void
XmlSchemaComplexType ( ) : System.Collections