C# Class System.Xml.Schema.TypedObject

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

Méthodes publiques

Méthode Description
Equals ( TypedObject other ) : bool
SetDecimal ( ) : void
ToString ( ) : string
TypedObject ( object obj, string svalue, XmlSchemaDatatype xsdtype ) : System

Private Methods

Méthode Description
ListDValueEquals ( TypedObject other ) : bool

Method Details

Equals() public méthode

public Equals ( TypedObject other ) : bool
other TypedObject
Résultat bool

SetDecimal() public méthode

public SetDecimal ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TypedObject() public méthode

public TypedObject ( object obj, string svalue, XmlSchemaDatatype xsdtype ) : System
obj object
svalue string
xsdtype XmlSchemaDatatype
Résultat System