프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Save ( string filename ) : void |
Save content of current object to the specified file.
|
|
ToString ( ) : string |
문서 내용을 Xml Text로 변환한다.
|
|
ToString ( System enc ) : string |
문서 내용을 Xml Text로 변환한다.
|
메소드 | 설명 | |
---|---|---|
XdsDocumentBase ( ) : System |
Constructor
|
|
XdsDocumentBase ( XmlDataDirectionKind direction ) : System |
Initialize a new instance of XdsDocumentBase with direction
|
public Save ( string filename ) : void | ||
filename | string | Full path of file to save. |
리턴 | void |
protected XdsDocumentBase ( XmlDataDirectionKind direction ) : System | ||
direction | XmlDataDirectionKind | direction of this instance. |
리턴 | System |