C# 클래스 ATMLModelLibrary.model.equipment.Path

파일 보기 프로젝트 열기: UtrsSoftware/ATMLWorkBench 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Deserialize() 공개 정적인 메소드

public static Deserialize ( System s ) : Path
s System
리턴 Path

Deserialize() 공개 정적인 메소드

public static Deserialize ( string input ) : Path
input string
리턴 Path

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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
리턴 bool

LoadFromFile() 공개 정적인 메소드

public static LoadFromFile ( string fileName ) : Path
fileName string
리턴 Path

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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
리턴 bool

Path() 공개 메소드

public Path ( ) : System
리턴 System

SaveToFile() 공개 메소드

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
리턴 bool

SaveToFile() 공개 메소드

public SaveToFile ( string fileName ) : void
fileName string
리턴 void

Serialize() 공개 메소드

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

ShouldSerializePathNodes() 공개 메소드

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

ShouldSerializeSParameters() 공개 메소드

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

ShouldSerializeSignalDelays() 공개 메소드

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

ShouldSerializeVSWRValues() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Validate() 공개 메소드

public Validate ( SchemaValidationResult errors ) : bool
errors SchemaValidationResult
리턴 bool