C# Class System.Xml.Schema.SchemaDeclBase

Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Protected Properties

Property 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

Public Methods

Method Description
AddValue ( string value ) : void
CheckEnumeration ( object pVal ) : bool
CheckValue ( Object pVal ) : bool

Protected Methods

Method Description
SchemaDeclBase ( ) : System.Collections
SchemaDeclBase ( XmlQualifiedName name, string prefix ) : System.Collections

Method Details

AddValue() public method

public AddValue ( string value ) : void
value string
return void

CheckEnumeration() public method

public CheckEnumeration ( object pVal ) : bool
pVal object
return bool

CheckValue() public method

public CheckValue ( Object pVal ) : bool
pVal Object
return bool

SchemaDeclBase() protected method

protected SchemaDeclBase ( ) : System.Collections
return System.Collections

SchemaDeclBase() protected method

protected SchemaDeclBase ( XmlQualifiedName name, string prefix ) : System.Collections
name XmlQualifiedName
prefix string
return System.Collections

Property Details

datatype protected_oe property

protected XmlSchemaDatatype,System.Xml.Schema datatype
return XmlSchemaDatatype

defaultValueRaw protected_oe property

protected string defaultValueRaw
return string

defaultValueTyped protected_oe property

protected object defaultValueTyped
return object

isDeclaredInExternal protected_oe property

protected bool isDeclaredInExternal
return bool

maxLength protected_oe property

protected long maxLength
return long

minLength protected_oe property

protected long minLength
return long

name protected_oe property

protected XmlQualifiedName name
return XmlQualifiedName

prefix protected_oe property

protected string prefix
return string

presence protected_oe property

protected Use presence
return Use

schemaType protected_oe property

protected XmlSchemaType,System.Xml.Schema schemaType
return XmlSchemaType

values protected_oe property

protected ArrayList,System.Collections values
return System.Collections.ArrayList