C# 클래스 System.Xml.Xsl.XmlQueryTypeFactory.ItemType

Implementation of XmlQueryType for singleton types.
상속: XmlQueryType
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

공개 프로퍼티들

프로퍼티 타입 설명
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