C# Class ATMLModelLibrary.model.equipment.AnalogTriggerPropertyGroup

Inheritance: TriggerPropertyGroup
Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( Stream s ) : AnalogTriggerPropertyGroup
Deserialize ( string input ) : AnalogTriggerPropertyGroup
Deserialize ( string input, AnalogTriggerPropertyGroup &obj ) : bool
Deserialize ( string input, AnalogTriggerPropertyGroup &obj, Exception &exception ) : bool

Deserializes workflow markup into an AnalogTriggerPropertyGroup object

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

Deserializes xml markup from file into an AnalogTriggerPropertyGroup object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current AnalogTriggerPropertyGroup object into file

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

Serializes current AnalogTriggerPropertyGroup object into an XML string

Method Details

Deserialize() public static method

public static Deserialize ( Stream s ) : AnalogTriggerPropertyGroup
s Stream
return AnalogTriggerPropertyGroup

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

Serializes current AnalogTriggerPropertyGroup 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
return bool

SaveToFile() public method

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

Serialize() public method

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