C# 클래스 ATML1671Translator.model.cnx

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Clone ( ) : cnx

Create a clone of this cnx object

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

Deserializes workflow markup into an cnx object

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

Deserializes xml markup from file into an cnx object

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

Serializes current cnx object into file

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

Serializes current cnx object into an XML string

cnx ( ) : System

메소드 상세

Clone() 공개 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

SaveToFile() 공개 메소드

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

cnx() 공개 메소드

public cnx ( ) : System
리턴 System