C# Class ATMLModelLibrary.model.signal.VOR

Inheritance: ATMLModelLibrary.model.signal.basic.SignalFunctionType
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Deserialize ( System s ) : VOR
Deserialize ( string input ) : VOR
Deserialize ( string input, VOR &obj ) : bool
Deserialize ( string input, VOR &obj, System &exception ) : bool

Deserializes workflow markup into an VOR object

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

Deserializes xml markup from file into an VOR object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current VOR object into file

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

Serializes current VOR object into an XML string

VOR ( ) : ATMLModelLibrary.model.signal.basic

Method Details

Deserialize() public static méthode

public static Deserialize ( System s ) : VOR
s System
Résultat VOR

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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

SaveToFile() public méthode

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

Serialize() public méthode

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

VOR() public méthode

public VOR ( ) : ATMLModelLibrary.model.signal.basic
Résultat ATMLModelLibrary.model.signal.basic