C# Class ATMLModelLibrary.model.equipment.SoftwareTriggerPropertyGroup

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Deserializes workflow markup into an SoftwareTriggerPropertyGroup object

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

Deserializes xml markup from file into an SoftwareTriggerPropertyGroup object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current SoftwareTriggerPropertyGroup object into file

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

Serializes current SoftwareTriggerPropertyGroup object into an XML string

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

Serializes current SoftwareTriggerPropertyGroup 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 SoftwareTriggerPropertyGroup object into an XML string
public Serialize ( ) : string
Résultat string