C# Class ATMLModelLibrary.model.equipment.Path

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
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

Method Details

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

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

Deserialize() public static méthode

Deserializes workflow markup into an Path object
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
Résultat bool

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

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

LoadFromFile() public static méthode

Deserializes xml markup from file into an Path object
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
Résultat bool

Path() public méthode

public Path ( ) : System
Résultat System

SaveToFile() public méthode

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

ShouldSerializePathNodes() public méthode

Test whether PathNodes should be serialized
public ShouldSerializePathNodes ( ) : bool
Résultat bool

ShouldSerializeSParameters() public méthode

Test whether SParameters should be serialized
public ShouldSerializeSParameters ( ) : bool
Résultat bool

ShouldSerializeSignalDelays() public méthode

Test whether SignalDelays should be serialized
public ShouldSerializeSignalDelays ( ) : bool
Résultat bool

ShouldSerializeVSWRValues() public méthode

Test whether VSWRValues should be serialized
public ShouldSerializeVSWRValues ( ) : bool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Validate() public méthode

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