C# Class ATML1671Translator.model.numbers

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : numbers

Create a clone of this numbers object

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

Deserializes workflow markup into an numbers object

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

Deserializes xml markup from file into an numbers object

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

Serializes current numbers object into file

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

Serializes current numbers object into an XML string

numbers ( ) : System

Method Details

Clone() public method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current numbers 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 numbers object into an XML string
public Serialize ( ) : string
return string

numbers() public method

public numbers ( ) : System
return System