C# Class ATMLModelLibrary.model.equipment.Paths

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( System s ) : Paths
Deserialize ( string input ) : Paths
Deserialize ( string input, Paths &obj ) : bool
Deserialize ( string input, Paths &obj, System &exception ) : bool

Deserializes workflow markup into an Paths object

LoadFromFile ( string fileName ) : Paths
LoadFromFile ( string fileName, Paths &obj ) : bool
LoadFromFile ( string fileName, Paths &obj, System &exception ) : bool

Deserializes xml markup from file into an Paths object

Paths ( ) : System
SaveToFile ( string fileName, System &exception ) : bool

Serializes current Paths object into file

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

Serializes current Paths object into an XML string

ShouldSerializePath ( ) : bool

Test whether Path should be serialized

Method Details

Deserialize() public static méthode

public static Deserialize ( System s ) : Paths
s System
Résultat Paths

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

Paths() public méthode

public Paths ( ) : System
Résultat System

SaveToFile() public méthode

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

ShouldSerializePath() public méthode

Test whether Path should be serialized
public ShouldSerializePath ( ) : bool
Résultat bool