C# Class ATMLModelLibrary.model.signal.basic.PeakToPeak

Inheritance: Sensor
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( System s ) : PeakToPeak
Deserialize ( string input ) : PeakToPeak
Deserialize ( string input, PeakToPeak &obj ) : bool
Deserialize ( string input, PeakToPeak &obj, System &exception ) : bool

Deserializes workflow markup into an PeakToPeak object

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

Deserializes xml markup from file into an PeakToPeak object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current PeakToPeak object into file

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

Serializes current PeakToPeak object into an XML string

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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