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

Implementation of XmlQueryType that modifies the cardinality of a composed type.
Inheritance: XmlQueryType
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0

Public Properties

Property Type Description
Zero XmlQueryType

Public Methods

Method Description
Create ( XmlQueryType prime, XmlQueryCardinality card ) : XmlQueryType

Create sequence type from prime and cardinality.

this ( int index ) : XmlQueryType

Return the parts of the prime type.

Private Methods

Method Description
SequenceType ( XmlQueryType prime, XmlQueryCardinality card ) : System

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

Method Details

Create() public static method

Create sequence type from prime and cardinality.
public static Create ( XmlQueryType prime, XmlQueryCardinality card ) : XmlQueryType
prime XmlQueryType
card XmlQueryCardinality
return XmlQueryType

this() public method

Return the parts of the prime type.
public this ( int index ) : XmlQueryType
index int
return XmlQueryType

Property Details

Zero public_oe static_oe property

public static XmlQueryType Zero
return XmlQueryType