C# Class ATMLModelLibrary.model.signal.ILS_MARKER

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 ) : ILS_MARKER
Deserialize ( string input ) : ILS_MARKER
Deserialize ( string input, ILS_MARKER &obj ) : bool
Deserialize ( string input, ILS_MARKER &obj, System &exception ) : bool

Deserializes workflow markup into an ILS_MARKER object

ILS_MARKER ( ) : ATMLModelLibrary.model.signal.basic
LoadFromFile ( string fileName ) : ILS_MARKER
LoadFromFile ( string fileName, ILS_MARKER &obj ) : bool
LoadFromFile ( string fileName, ILS_MARKER &obj, System &exception ) : bool

Deserializes xml markup from file into an ILS_MARKER object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current ILS_MARKER object into file

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

Serializes current ILS_MARKER object into an XML string

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

ILS_MARKER() public méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

SaveToFile() public méthode

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