C# Class System.Xml.Schema.SchemaDeclBase

Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Свойство Type Description
datatype XmlSchemaDatatype
defaultValueRaw string
defaultValueTyped object
isDeclaredInExternal bool
maxLength long
minLength long
name XmlQualifiedName
prefix string
presence Use
schemaType XmlSchemaType
values System.Collections.ArrayList

Méthodes publiques

Méthode Description
AddValue ( string value ) : void
CheckEnumeration ( object pVal ) : bool
CheckValue ( Object pVal ) : bool

Méthodes protégées

Méthode Description
SchemaDeclBase ( ) : System.Collections
SchemaDeclBase ( XmlQualifiedName name, string prefix ) : System.Collections

Method Details

AddValue() public méthode

public AddValue ( string value ) : void
value string
Résultat void

CheckEnumeration() public méthode

public CheckEnumeration ( object pVal ) : bool
pVal object
Résultat bool

CheckValue() public méthode

public CheckValue ( Object pVal ) : bool
pVal Object
Résultat bool

SchemaDeclBase() protected méthode

protected SchemaDeclBase ( ) : System.Collections
Résultat System.Collections

SchemaDeclBase() protected méthode

protected SchemaDeclBase ( XmlQualifiedName name, string prefix ) : System.Collections
name XmlQualifiedName
prefix string
Résultat System.Collections

Property Details

datatype protected_oe property

protected XmlSchemaDatatype,System.Xml.Schema datatype
Résultat XmlSchemaDatatype

defaultValueRaw protected_oe property

protected string defaultValueRaw
Résultat string

defaultValueTyped protected_oe property

protected object defaultValueTyped
Résultat object

isDeclaredInExternal protected_oe property

protected bool isDeclaredInExternal
Résultat bool

maxLength protected_oe property

protected long maxLength
Résultat long

minLength protected_oe property

protected long minLength
Résultat long

name protected_oe property

protected XmlQualifiedName name
Résultat XmlQualifiedName

prefix protected_oe property

protected string prefix
Résultat string

presence protected_oe property

protected Use presence
Résultat Use

schemaType protected_oe property

protected XmlSchemaType,System.Xml.Schema schemaType
Résultat XmlSchemaType

values protected_oe property

protected ArrayList,System.Collections values
Résultat System.Collections.ArrayList