C# 클래스 ATMLModelLibrary.model.common.Document

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Deserialize ( System s ) : Document
Deserialize ( string input ) : Document
Deserialize ( string input, Document &obj ) : bool
Deserialize ( string input, Document &obj, System &exception ) : bool

Deserializes workflow markup into an Document object

Document ( ) : System
Document ( dbDocument document ) : System
LoadFromFile ( string fileName ) : Document
LoadFromFile ( string fileName, Document &obj ) : bool
LoadFromFile ( string fileName, Document &obj, System &exception ) : bool

Deserializes xml markup from file into an Document object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current Document object into file

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

Serializes current Document object into an XML string

Validate ( SchemaValidationResult errors ) : bool

보호된 메소드들

메소드 설명
OnSaveDocument ( ) : void

메소드 상세

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Deserialize() 공개 정적인 메소드

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

Document() 공개 메소드

public Document ( ) : System
리턴 System

Document() 공개 메소드

public Document ( dbDocument document ) : System
document dbDocument
리턴 System

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

LoadFromFile() 공개 정적인 메소드

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

OnSaveDocument() 보호된 메소드

protected OnSaveDocument ( ) : void
리턴 void

SaveToFile() 공개 메소드

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

Validate() 공개 메소드

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