C# 클래스 NSoft.NFramework.XmlData.Messages.XdsDocumentBase

파일 보기 프로젝트 열기: debop/NFramework

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

Save() 공개 메소드

Save content of current object to the specified file.
public Save ( string filename ) : void
filename string Full path of file to save.
리턴 void

ToString() 공개 메소드

문서 내용을 Xml Text로 변환한다.
public ToString ( ) : string
리턴 string

ToString() 공개 메소드

문서 내용을 Xml Text로 변환한다.
public ToString ( System enc ) : string
enc System Encoding 방식
리턴 string

XdsDocumentBase() 보호된 메소드

Constructor
protected XdsDocumentBase ( ) : System
리턴 System

XdsDocumentBase() 보호된 메소드

Initialize a new instance of XdsDocumentBase with direction
protected XdsDocumentBase ( XmlDataDirectionKind direction ) : System
direction XmlDataDirectionKind direction of this instance.
리턴 System