Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Deserialize ( System s ) : Path | ||
Deserialize ( string input ) : Path | ||
Deserialize ( string input, Path &obj ) : bool | ||
Deserialize ( string input, Path &obj, System &exception ) : bool |
Deserializes workflow markup into an Path object
|
|
LoadFromFile ( string fileName ) : Path | ||
LoadFromFile ( string fileName, Path &obj ) : bool | ||
LoadFromFile ( string fileName, Path &obj, System &exception ) : bool |
Deserializes xml markup from file into an Path object
|
|
Path ( ) : System | ||
SaveToFile ( string fileName, System &exception ) : bool |
Serializes current Path object into file
|
|
SaveToFile ( string fileName ) : void | ||
Serialize ( ) : string |
Serializes current Path object into an XML string
|
|
ShouldSerializePathNodes ( ) : bool |
Test whether PathNodes should be serialized
|
|
ShouldSerializeSParameters ( ) : bool |
Test whether SParameters should be serialized
|
|
ShouldSerializeSignalDelays ( ) : bool |
Test whether SignalDelays should be serialized
|
|
ShouldSerializeVSWRValues ( ) : bool |
Test whether VSWRValues should be serialized
|
|
ToString ( ) : string | ||
Validate ( SchemaValidationResult errors ) : bool |
public static Deserialize ( System s ) : Path | ||
s | System | |
Результат | Path |
public static Deserialize ( string input ) : Path | ||
input | string | |
Результат | Path |
public static Deserialize ( string input, Path &obj ) : bool | ||
input | string | |
obj | Path | |
Результат | bool |
public static Deserialize ( string input, Path &obj, System &exception ) : bool | ||
input | string | string workflow markup to deserialize |
obj | Path | Output Path object |
exception | System | output Exception value if deserialize failed |
Результат | bool |
public static LoadFromFile ( string fileName ) : Path | ||
fileName | string | |
Результат | Path |
public static LoadFromFile ( string fileName, Path &obj ) : bool | ||
fileName | string | |
obj | Path | |
Результат | bool |
public static LoadFromFile ( string fileName, Path &obj, System &exception ) : bool | ||
fileName | string | string xml file to load and deserialize |
obj | Path | Output Path object |
exception | System | output Exception value if deserialize failed |
Результат | bool |
public SaveToFile ( string fileName, System &exception ) : bool | ||
fileName | string | full path of outupt xml file |
exception | System | output Exception value if failed |
Результат | bool |
public SaveToFile ( string fileName ) : void | ||
fileName | string | |
Результат | void |
public ShouldSerializePathNodes ( ) : bool | ||
Результат | bool |
public ShouldSerializeSParameters ( ) : bool | ||
Результат | bool |
public ShouldSerializeSignalDelays ( ) : bool | ||
Результат | bool |
public ShouldSerializeVSWRValues ( ) : bool | ||
Результат | bool |
public Validate ( SchemaValidationResult errors ) : bool | ||
errors | SchemaValidationResult | |
Результат | bool |