C# Class System.Xml.Xsl.XmlQueryTypeFactory.ChoiceType

Implementation of XmlQueryType that composes a choice of various prime types.
Inheritance: XmlQueryType
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
None XmlQueryType

Public Methods

Method Description
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.

Private Methods

Method Description
ChoiceType ( List members ) : System

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

Method Details

Create() public static method

Create choice containing the specified list of types.
public static Create ( List members ) : XmlQueryType
members List
return XmlQueryType

Create() public static method

Create choice between node kinds.
public static Create ( XmlNodeKindFlags nodeKinds ) : XmlQueryType
nodeKinds XmlNodeKindFlags
return XmlQueryType

this() public method

Return a union member type by index.
public this ( int index ) : XmlQueryType
index int
return XmlQueryType

Property Details

None public_oe static_oe property

public static XmlQueryType None
return XmlQueryType