Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
Deserialize ( System s ) : |
||
Deserialize ( string input ) : |
||
Deserialize ( string input, |
||
Deserialize ( string input, |
Deserializes workflow markup into an TRIANGULAR_WAVE_SIGNAL object
|
|
LoadFromFile ( string fileName ) : |
||
LoadFromFile ( string fileName, |
||
LoadFromFile ( string fileName, |
Deserializes xml markup from file into an TRIANGULAR_WAVE_SIGNAL object
|
|
SaveToFile ( string fileName, System &exception ) : bool |
Serializes current TRIANGULAR_WAVE_SIGNAL object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current TRIANGULAR_WAVE_SIGNAL object into an XML string
|
|
TRIANGULAR_WAVE_SIGNAL ( ) : ATMLModelLibrary.model.signal.basic |
public static Deserialize ( System s ) : |
||
s | System | |
Résultat |
public static Deserialize ( string input ) : |
||
input | string | |
Résultat |
public static Deserialize ( string input, |
||
input | string | |
obj | ||
Résultat | bool |
public static Deserialize ( string input, |
||
input | string | string workflow markup to deserialize |
obj | Output TRIANGULAR_WAVE_SIGNAL object | |
exception | System | output Exception value if deserialize failed |
Résultat | bool |
public static LoadFromFile ( string fileName ) : |
||
fileName | string | |
Résultat |
public static LoadFromFile ( string fileName, |
||
fileName | string | |
obj | ||
Résultat | bool |
public static LoadFromFile ( string fileName, |
||
fileName | string | string xml file to load and deserialize |
obj | Output TRIANGULAR_WAVE_SIGNAL object | |
exception | System | output Exception value if deserialize failed |
Résultat | bool |
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 |
public SaveToFile ( string fileName ) : void | ||
fileName | string | |
Résultat | void |
public TRIANGULAR_WAVE_SIGNAL ( ) : ATMLModelLibrary.model.signal.basic | ||
Résultat | ATMLModelLibrary.model.signal.basic |