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

Afficher le fichier Open project: debop/NFramework

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Save ( string filename ) : void

Save content of current object to the specified file.

ToString ( ) : string

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

ToString ( System enc ) : string

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

Méthodes protégées

Méthode Description
XdsDocumentBase ( ) : System

Constructor

XdsDocumentBase ( XmlDataDirectionKind direction ) : System

Initialize a new instance of XdsDocumentBase with direction

Method Details

Save() public méthode

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

ToString() public méthode

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

ToString() public méthode

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

XdsDocumentBase() protected méthode

Constructor
protected XdsDocumentBase ( ) : System
Résultat System

XdsDocumentBase() protected méthode

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