C# Class ATMLModelLibrary.model.equipment.LXI

Inheritance: Ethernet
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( Stream s ) : LXI
Deserialize ( string input ) : LXI
Deserialize ( string input, LXI &obj ) : bool
Deserialize ( string input, LXI &obj, Exception &exception ) : bool

Deserializes workflow markup into an LXI object

LoadFromFile ( string fileName ) : LXI
LoadFromFile ( string fileName, LXI &obj ) : bool
LoadFromFile ( string fileName, LXI &obj, Exception &exception ) : bool

Deserializes xml markup from file into an LXI object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current LXI object into file

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

Serializes current LXI object into an XML string

ToString ( ) : string

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current LXI object into file
public SaveToFile ( string fileName, Exception &exception ) : bool
fileName string full path of outupt xml file
exception 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 LXI object into an XML string
public Serialize ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string