C# Class ATML1671Translator.model.ieee_1641

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Clone ( ) : ieee_1641

Create a clone of this ieee_1641 object

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

Deserializes workflow markup into an ieee_1641 object

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

Deserializes xml markup from file into an ieee_1641 object

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

Serializes current ieee_1641 object into file

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

Serializes current ieee_1641 object into an XML string

Method Details

Clone() public method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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