C# Класс NSoft.NFramework.XmlData.Messages.XdsDocumentBase

Показать файл Открыть проект

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