C# Class ATMLModelLibrary.model.equipment.CrossPointSwitch

Inheritance: Item
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public static Deserialize ( Stream s ) : CrossPointSwitch
s Stream
Résultat CrossPointSwitch

Deserialize() public static méthode

public static Deserialize ( string input ) : CrossPointSwitch
input string
Résultat CrossPointSwitch

Deserialize() public static méthode

public static Deserialize ( string input, CrossPointSwitch &obj ) : bool
input string
obj CrossPointSwitch
Résultat bool

Deserialize() public static méthode

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
Résultat bool

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName ) : CrossPointSwitch
fileName string
Résultat CrossPointSwitch

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName, CrossPointSwitch &obj ) : bool
fileName string
obj CrossPointSwitch
Résultat bool

LoadFromFile() public static méthode

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
Résultat bool

SaveToFile() public méthode

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
Résultat bool

SaveToFile() public méthode

public SaveToFile ( string fileName ) : void
fileName string
Résultat void

Serialize() public méthode

Serializes current CrossPointSwitch object into an XML string
public Serialize ( ) : string
Résultat string

ShouldSerializeColumns() public méthode

Test whether Columns should be serialized
public ShouldSerializeColumns ( ) : bool
Résultat bool

ShouldSerializeRows() public méthode

Test whether Rows should be serialized
public ShouldSerializeRows ( ) : bool
Résultat bool