C# Class ATMLModelLibrary.model.test.Action

Datei anzeigen Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Property Type Description

Public Methods

Method Description
Action ( ) : ATMLModelLibrary.model.common
Deserialize ( System s ) : Action
Deserialize ( string input ) : Action
Deserialize ( string input, Action &obj ) : bool
Deserialize ( string input, Action &obj, System &exception ) : bool

Deserializes workflow markup into an Action object

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

Deserializes xml markup from file into an Action object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current Action object into file

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

Serializes current Action object into an XML string

ShouldSerializeEnvironmentalData ( ) : bool

Test whether EnvironmentalData should be serialized

ShouldSerializeEvents ( ) : bool

Test whether Events should be serialized

ShouldSerializeParameters ( ) : bool

Test whether Parameters should be serialized

Method Details

Action() public method

public Action ( ) : ATMLModelLibrary.model.common
return ATMLModelLibrary.model.common

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

Deserialize() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

LoadFromFile() public static method

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

SaveToFile() public method

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

ShouldSerializeEnvironmentalData() public method

Test whether EnvironmentalData should be serialized
public ShouldSerializeEnvironmentalData ( ) : bool
return bool

ShouldSerializeEvents() public method

Test whether Events should be serialized
public ShouldSerializeEvents ( ) : bool
return bool

ShouldSerializeParameters() public method

Test whether Parameters should be serialized
public ShouldSerializeParameters ( ) : bool
return bool