C# Class ATMLModelLibrary.model.equipment.Network

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( Stream s ) : Network
Deserialize ( string input ) : Network
Deserialize ( string input, Network &obj ) : bool
Deserialize ( string input, Network &obj, Exception &exception ) : bool

Deserializes workflow markup into an Network object

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

Deserializes xml markup from file into an Network object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current Network object into file

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

Serializes current Network object into an XML string

ShouldSerializeNode ( ) : bool

Test whether Node should be serialized

ToString ( ) : string

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

Serializes current Network 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 Network object into an XML string
public Serialize ( ) : string
Résultat string

ShouldSerializeNode() public méthode

Test whether Node should be serialized
public ShouldSerializeNode ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string