C# Class ATMLModelLibrary.model.equipment.PCI

Inheritance: Bus
Mostrar archivo Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Deserializes workflow markup into an PCI object

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

Deserializes xml markup from file into an PCI object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current PCI object into file

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

Serializes current PCI object into an XML string

ToString ( ) : string

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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

ToString() public method

public ToString ( ) : string
return string