C# Class System.Xml.Schema.XmlSchemaType

The base class for all simple types and complex types.
Inheritance: XmlSchemaAnnotated
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
IsDerivedFromDatatype bool
SetBaseSchemaType void
SetContentType void
SetDatatype void
SetDerivedBy void
SetFinalResolved void
SetQualifiedName void
Validate XmlReader

Méthodes publiques

Méthode Description
GetBuiltInComplexType ( XmlQualifiedName qualifiedName ) : XmlSchemaComplexType
GetBuiltInComplexType ( XmlTypeCode typeCode ) : XmlSchemaComplexType
GetBuiltInSimpleType ( XmlQualifiedName qualifiedName ) : XmlSchemaSimpleType
GetBuiltInSimpleType ( XmlTypeCode typeCode ) : XmlSchemaSimpleType
IsDerivedFrom ( XmlSchemaType derivedType, XmlSchemaType baseType, XmlSchemaDerivationMethod except ) : bool

Private Methods

Méthode Description
IsDerivedFromDatatype ( XmlSchemaDatatype derivedDataType, XmlSchemaDatatype baseDataType, XmlSchemaDerivationMethod except ) : bool
SetBaseSchemaType ( XmlSchemaType value ) : void
SetContentType ( XmlSchemaContentType value ) : void
SetDatatype ( XmlSchemaDatatype value ) : void
SetDerivedBy ( XmlSchemaDerivationMethod value ) : void
SetFinalResolved ( XmlSchemaDerivationMethod value ) : void
SetQualifiedName ( XmlQualifiedName value ) : void
Validate ( XmlReader reader, XmlResolver resolver, XmlSchemaSet schemaSet, ValidationEventHandler valEventHandler ) : XmlReader

Method Details

GetBuiltInComplexType() public static méthode

public static GetBuiltInComplexType ( XmlQualifiedName qualifiedName ) : XmlSchemaComplexType
qualifiedName XmlQualifiedName
Résultat XmlSchemaComplexType

GetBuiltInComplexType() public static méthode

public static GetBuiltInComplexType ( XmlTypeCode typeCode ) : XmlSchemaComplexType
typeCode XmlTypeCode
Résultat XmlSchemaComplexType

GetBuiltInSimpleType() public static méthode

public static GetBuiltInSimpleType ( XmlQualifiedName qualifiedName ) : XmlSchemaSimpleType
qualifiedName XmlQualifiedName
Résultat XmlSchemaSimpleType

GetBuiltInSimpleType() public static méthode

public static GetBuiltInSimpleType ( XmlTypeCode typeCode ) : XmlSchemaSimpleType
typeCode XmlTypeCode
Résultat XmlSchemaSimpleType

IsDerivedFrom() public static méthode

public static IsDerivedFrom ( XmlSchemaType derivedType, XmlSchemaType baseType, XmlSchemaDerivationMethod except ) : bool
derivedType XmlSchemaType
baseType XmlSchemaType
except XmlSchemaDerivationMethod
Résultat bool