C# Class ATML1671Translator.model.number

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : number

Create a clone of this number object

Deserialize ( string input, number &obj ) : bool
Deserialize ( string input, number &obj, Exception &exception ) : bool

Deserializes workflow markup into an number object

Deserialize ( Stream s ) : number
Deserialize ( string input ) : number
LoadFromFile ( string fileName, number &obj ) : bool
LoadFromFile ( string fileName, number &obj, Exception &exception ) : bool

Deserializes xml markup from file into an number object

LoadFromFile ( string fileName ) : number
SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current number object into file

SaveToFile ( string fileName ) : void
Serialize ( ) : string

Serializes current number object into an XML string

Method Details

Clone() public method

Create a clone of this number object
public Clone ( ) : number
return number

Deserialize() public static method

public static Deserialize ( string input, number &obj ) : bool
input string
obj number
return bool

Deserialize() public static method

Deserializes workflow markup into an number object
public static Deserialize ( string input, number &obj, Exception &exception ) : bool
input string string workflow markup to deserialize
obj number Output number object
exception System.Exception output Exception value if deserialize failed
return bool

Deserialize() public static method

public static Deserialize ( Stream s ) : number
s Stream
return number

Deserialize() public static method

public static Deserialize ( string input ) : number
input string
return number

LoadFromFile() public static method

public static LoadFromFile ( string fileName, number &obj ) : bool
fileName string
obj number
return bool

LoadFromFile() public static method

Deserializes xml markup from file into an number object
public static LoadFromFile ( string fileName, number &obj, Exception &exception ) : bool
fileName string string xml file to load and deserialize
obj number Output number object
exception System.Exception output Exception value if deserialize failed
return bool

LoadFromFile() public static method

public static LoadFromFile ( string fileName ) : number
fileName string
return number

SaveToFile() public method

Serializes current number object into file
public SaveToFile ( string fileName, Exception &exception ) : bool
fileName string full path of outupt xml file
exception System.Exception output Exception value if failed
return bool

SaveToFile() public method

public SaveToFile ( string fileName ) : void
fileName string
return void

Serialize() public method

Serializes current number object into an XML string
public Serialize ( ) : string
return string