C# Class ATMLModelLibrary.model.equipment.Paths

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public static Deserialize ( System s ) : Paths
s System
return Paths

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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
return bool

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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
return bool

Paths() public method

public Paths ( ) : System
return System

SaveToFile() public method

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
return bool

SaveToFile() public method

public SaveToFile ( string fileName ) : void
fileName string
return void

Serialize() public method

Serializes current Paths object into an XML string
public Serialize ( ) : string
return string

ShouldSerializePath() public method

Test whether Path should be serialized
public ShouldSerializePath ( ) : bool
return bool