C# 클래스 ATML1671Translator.model.instrument

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : instrument

Create a clone of this instrument object

Deserialize ( string input, instrument &obj ) : bool
Deserialize ( string input, instrument &obj, Exception &exception ) : bool

Deserializes workflow markup into an instrument object

Deserialize ( Stream s ) : instrument
Deserialize ( string input ) : instrument
LoadFromFile ( string fileName, instrument &obj ) : bool
LoadFromFile ( string fileName, instrument &obj, Exception &exception ) : bool

Deserializes xml markup from file into an instrument object

LoadFromFile ( string fileName ) : instrument
SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current instrument object into file

SaveToFile ( string fileName ) : void
Serialize ( ) : string

Serializes current instrument object into an XML string

instrument ( ) : System

메소드 상세

Clone() 공개 메소드

Create a clone of this instrument object
public Clone ( ) : instrument
리턴 instrument

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

Deserializes workflow markup into an instrument object
public static Deserialize ( string input, instrument &obj, Exception &exception ) : bool
input string string workflow markup to deserialize
obj instrument Output instrument object
exception System.Exception output Exception value if deserialize failed
리턴 bool

Deserialize() 공개 정적인 메소드

public static Deserialize ( Stream s ) : instrument
s Stream
리턴 instrument

Deserialize() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

Deserializes xml markup from file into an instrument object
public static LoadFromFile ( string fileName, instrument &obj, Exception &exception ) : bool
fileName string string xml file to load and deserialize
obj instrument Output instrument object
exception System.Exception output Exception value if deserialize failed
리턴 bool

LoadFromFile() 공개 정적인 메소드

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

SaveToFile() 공개 메소드

Serializes current instrument object into file
public SaveToFile ( string fileName, Exception &exception ) : bool
fileName string full path of outupt xml file
exception System.Exception output Exception value if failed
리턴 bool

SaveToFile() 공개 메소드

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

Serialize() 공개 메소드

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

instrument() 공개 메소드

public instrument ( ) : System
리턴 System