C# Класс System.Xml.Schema.XmlSchemaComplexType

Наследование: XmlSchemaType
Показать файл Открыть проект Примеры использования класса

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