C# Class ATMLModelLibrary.model.equipment.Path

Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public static Deserialize ( System s ) : Path
s System
return Path

Deserialize() public static method

public static Deserialize ( string input ) : Path
input string
return Path

Deserialize() public static method

public static Deserialize ( string input, Path &obj ) : bool
input string
obj Path
return bool

Deserialize() public static method

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
return bool

LoadFromFile() public static method

public static LoadFromFile ( string fileName ) : Path
fileName string
return Path

LoadFromFile() public static method

public static LoadFromFile ( string fileName, Path &obj ) : bool
fileName string
obj Path
return bool

LoadFromFile() public static method

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
return bool

Path() public method

public Path ( ) : System
return System

SaveToFile() public method

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
return bool

SaveToFile() public method

public SaveToFile ( string fileName ) : void
fileName string
return void

Serialize() public method

Serializes current Path object into an XML string
public Serialize ( ) : string
return string

ShouldSerializePathNodes() public method

Test whether PathNodes should be serialized
public ShouldSerializePathNodes ( ) : bool
return bool

ShouldSerializeSParameters() public method

Test whether SParameters should be serialized
public ShouldSerializeSParameters ( ) : bool
return bool

ShouldSerializeSignalDelays() public method

Test whether SignalDelays should be serialized
public ShouldSerializeSignalDelays ( ) : bool
return bool

ShouldSerializeVSWRValues() public method

Test whether VSWRValues should be serialized
public ShouldSerializeVSWRValues ( ) : bool
return bool

ToString() public method

public ToString ( ) : string
return string

Validate() public method

public Validate ( SchemaValidationResult errors ) : bool
errors SchemaValidationResult
return bool