C# Класс System.Xml.Xsl.XmlQueryTypeFactory.ItemType

Implementation of XmlQueryType for singleton types.
Наследование: XmlQueryType
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
NodeDod XmlQueryType
NodeNotRtf XmlQueryType
UntypedAttribute XmlQueryType
UntypedDocument XmlQueryType
UntypedElement XmlQueryType

Открытые методы

Метод Описание
Create ( XmlSchemaSimpleType schemaType, bool isStrict ) : XmlQueryType

Create ItemType from Xsd atomic type.

Create ( XmlTypeCode code, XmlQualifiedNameTest nameTest, XmlSchemaType contentType, bool isNillable ) : XmlQueryType

Create Document, Element or Attribute with specified name test, content type and nillable.

Create ( XmlTypeCode code, bool isStrict ) : XmlQueryType

Create ItemType from XmlTypeCode.

this ( int index ) : XmlQueryType

AtomicValueType is only a composition of itself, rather than other smaller types.

Приватные методы

Метод Описание
ItemType ( ) : System

Construct arrays of built-in types.

ItemType ( XmlTypeCode code, XmlQualifiedNameTest nameTest, XmlSchemaType schemaType, bool isNillable, bool isStrict, bool isNotRtf ) : System

Private constructor. Create methods should be used to create instances.

Описание методов

Create() публичный статический Метод

Create ItemType from Xsd atomic type.
public static Create ( XmlSchemaSimpleType schemaType, bool isStrict ) : XmlQueryType
schemaType System.Xml.Schema.XmlSchemaSimpleType
isStrict bool
Результат XmlQueryType

Create() публичный статический Метод

Create Document, Element or Attribute with specified name test, content type and nillable.
public static Create ( XmlTypeCode code, XmlQualifiedNameTest nameTest, XmlSchemaType contentType, bool isNillable ) : XmlQueryType
code XmlTypeCode
nameTest XmlQualifiedNameTest
contentType System.Xml.Schema.XmlSchemaType
isNillable bool
Результат XmlQueryType

Create() публичный статический Метод

Create ItemType from XmlTypeCode.
public static Create ( XmlTypeCode code, bool isStrict ) : XmlQueryType
code XmlTypeCode
isStrict bool
Результат XmlQueryType

this() публичный Метод

AtomicValueType is only a composition of itself, rather than other smaller types.
public this ( int index ) : XmlQueryType
index int
Результат XmlQueryType

Описание свойств

NodeDod публичное статическое свойство

public static XmlQueryType NodeDod
Результат XmlQueryType

NodeNotRtf публичное статическое свойство

public static XmlQueryType NodeNotRtf
Результат XmlQueryType

UntypedAttribute публичное статическое свойство

public static XmlQueryType UntypedAttribute
Результат XmlQueryType

UntypedDocument публичное статическое свойство

public static XmlQueryType UntypedDocument
Результат XmlQueryType

UntypedElement публичное статическое свойство

public static XmlQueryType UntypedElement
Результат XmlQueryType