C# 클래스 ATML1671Translator.model.ac

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : ac

Create a clone of this ac object

Deserialize ( Stream s ) : ac
Deserialize ( string input ) : ac
Deserialize ( string input, ac &obj ) : bool
Deserialize ( string input, ac &obj, Exception &exception ) : bool

Deserializes workflow markup into an ac object

LoadFromFile ( string fileName ) : ac
LoadFromFile ( string fileName, ac &obj ) : bool
LoadFromFile ( string fileName, ac &obj, Exception &exception ) : bool

Deserializes xml markup from file into an ac object

SaveToFile ( string fileName, Exception &exception ) : bool

Serializes current ac object into file

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

Serializes current ac object into an XML string

메소드 상세

Clone() 공개 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

SaveToFile() 공개 메소드

Serializes current ac 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 ac object into an XML string
public Serialize ( ) : string
리턴 string