C# Class ATMLModelLibrary.model.signal.PULSED_DC_TRAIN

Inheritance: ATMLModelLibrary.model.signal.basic.SignalFunctionType
Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

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

Deserializes workflow markup into an PULSED_DC_TRAIN object

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

Deserializes xml markup from file into an PULSED_DC_TRAIN object

PULSED_DC_TRAIN ( ) : ATMLModelLibrary.model.signal.basic
SaveToFile ( string fileName, System &exception ) : bool

Serializes current PULSED_DC_TRAIN object into file

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

Serializes current PULSED_DC_TRAIN object into an XML string

Method Details

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

PULSED_DC_TRAIN() public method

public PULSED_DC_TRAIN ( ) : ATMLModelLibrary.model.signal.basic
return ATMLModelLibrary.model.signal.basic

SaveToFile() public method

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