C# Class NSoft.NFramework.XmlData.Messages.XdsDocumentBase

Datei anzeigen Open project: debop/NFramework

Private Properties

Property Type Description

Public Methods

Method Description
Save ( string filename ) : void

Save content of current object to the specified file.

ToString ( ) : string

문서 내용을 Xml Text로 변환한다.

ToString ( System enc ) : string

문서 내용을 Xml Text로 변환한다.

Protected Methods

Method Description
XdsDocumentBase ( ) : System

Constructor

XdsDocumentBase ( XmlDataDirectionKind direction ) : System

Initialize a new instance of XdsDocumentBase with direction

Method Details

Save() public method

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

ToString() public method

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

ToString() public method

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

XdsDocumentBase() protected method

Constructor
protected XdsDocumentBase ( ) : System
return System

XdsDocumentBase() protected method

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