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

Implementation of XmlQueryType that composes a choice of various prime types.
Наследование: XmlQueryType
Показать файл Открыть проект

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

Свойство Тип Описание
None XmlQueryType

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

Метод Описание
Create ( List members ) : XmlQueryType

Create choice containing the specified list of types.

Create ( XmlNodeKindFlags nodeKinds ) : XmlQueryType

Create choice between node kinds.

this ( int index ) : XmlQueryType

Return a union member type by index.

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

Метод Описание
ChoiceType ( List members ) : System

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

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

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

Create choice containing the specified list of types.
public static Create ( List members ) : XmlQueryType
members List
Результат XmlQueryType

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

Create choice between node kinds.
public static Create ( XmlNodeKindFlags nodeKinds ) : XmlQueryType
nodeKinds XmlNodeKindFlags
Результат XmlQueryType

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

Return a union member type by index.
public this ( int index ) : XmlQueryType
index int
Результат XmlQueryType

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

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

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