C# Class ATMLModelLibrary.model.equipment.CrossPointSwitch

Inheritance: Item
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Deserializes workflow markup into an CrossPointSwitch object

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

Deserializes xml markup from file into an CrossPointSwitch object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current CrossPointSwitch object into file

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

Serializes current CrossPointSwitch object into an XML string

ShouldSerializeColumns ( ) : bool

Test whether Columns should be serialized

ShouldSerializeRows ( ) : bool

Test whether Rows should be serialized

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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

ShouldSerializeColumns() public method

Test whether Columns should be serialized
public ShouldSerializeColumns ( ) : bool
return bool

ShouldSerializeRows() public method

Test whether Rows should be serialized
public ShouldSerializeRows ( ) : bool
return bool