C# Class ATMLModelLibrary.model.equipment.Switching

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

Private Properties

Свойство Type Description

Méthodes publiques

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

Deserializes workflow markup into an Switching object

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

Deserializes xml markup from file into an Switching object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current Switching object into file

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

Serializes current Switching object into an XML string

ShouldSerializeItems ( ) : bool

Test whether Items should be serialized

Validate ( SchemaValidationResult errors ) : bool

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

ShouldSerializeItems() public méthode

Test whether Items should be serialized
public ShouldSerializeItems ( ) : bool
Résultat bool

Validate() public méthode

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