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

Implementation of XmlQueryType for singleton types.
Inheritance: XmlQueryType
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0

Méthodes publiques

Свойство Type Description
NodeDod XmlQueryType
NodeNotRtf XmlQueryType
UntypedAttribute XmlQueryType
UntypedDocument XmlQueryType
UntypedElement XmlQueryType

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
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.

Method Details

Create() public static méthode

Create ItemType from Xsd atomic type.
public static Create ( XmlSchemaSimpleType schemaType, bool isStrict ) : XmlQueryType
schemaType System.Xml.Schema.XmlSchemaSimpleType
isStrict bool
Résultat XmlQueryType

Create() public static méthode

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
Résultat XmlQueryType

Create() public static méthode

Create ItemType from XmlTypeCode.
public static Create ( XmlTypeCode code, bool isStrict ) : XmlQueryType
code XmlTypeCode
isStrict bool
Résultat XmlQueryType

this() public méthode

AtomicValueType is only a composition of itself, rather than other smaller types.
public this ( int index ) : XmlQueryType
index int
Résultat XmlQueryType

Property Details

NodeDod public_oe static_oe property

public static XmlQueryType NodeDod
Résultat XmlQueryType

NodeNotRtf public_oe static_oe property

public static XmlQueryType NodeNotRtf
Résultat XmlQueryType

UntypedAttribute public_oe static_oe property

public static XmlQueryType UntypedAttribute
Résultat XmlQueryType

UntypedDocument public_oe static_oe property

public static XmlQueryType UntypedDocument
Résultat XmlQueryType

UntypedElement public_oe static_oe property

public static XmlQueryType UntypedElement
Résultat XmlQueryType