C# Class ATMLModelLibrary.model.equipment.Trigger

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( Stream s ) : Trigger
Deserialize ( string input ) : Trigger
Deserialize ( string input, Trigger &obj ) : bool
Deserialize ( string input, Trigger &obj, Exception &exception ) : bool

Deserializes workflow markup into an Trigger object

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

Deserializes xml markup from file into an Trigger object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current Trigger object into file

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

Serializes current Trigger object into an XML string

ShouldSerializeTriggerPorts ( ) : bool

Test whether TriggerPorts should be serialized

ShouldSerializeTriggerProperties ( ) : bool

Test whether TriggerProperties should be serialized

Validate ( SchemaValidationResult errors ) : bool

Method Details

Deserialize() public static méthode

public static Deserialize ( Stream s ) : Trigger
s Stream
Résultat Trigger

Deserialize() public static méthode

public static Deserialize ( string input ) : Trigger
input string
Résultat Trigger

Deserialize() public static méthode

public static Deserialize ( string input, Trigger &obj ) : bool
input string
obj Trigger
Résultat bool

Deserialize() public static méthode

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

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName ) : Trigger
fileName string
Résultat Trigger

LoadFromFile() public static méthode

public static LoadFromFile ( string fileName, Trigger &obj ) : bool
fileName string
obj Trigger
Résultat bool

LoadFromFile() public static méthode

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

SaveToFile() public méthode

Serializes current Trigger 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
Résultat bool

SaveToFile() public méthode

public SaveToFile ( string fileName ) : void
fileName string
Résultat void

Serialize() public méthode

Serializes current Trigger object into an XML string
public Serialize ( ) : string
Résultat string

ShouldSerializeTriggerPorts() public méthode

Test whether TriggerPorts should be serialized
public ShouldSerializeTriggerPorts ( ) : bool
Résultat bool

ShouldSerializeTriggerProperties() public méthode

Test whether TriggerProperties should be serialized
public ShouldSerializeTriggerProperties ( ) : bool
Résultat bool

Validate() public méthode

public Validate ( SchemaValidationResult errors ) : bool
errors SchemaValidationResult
Résultat bool