C# Класс AODL.Document.TextDocuments.DocumentManifest

DocumentManifest global Document Manifest
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
FileName string
FolderName string

Открытые методы

Метод Описание
DocumentManifest ( ) : System

Initializes a new instance of the DocumentManifest class.

LoadFromFile ( string file ) : void
New ( ) : void

Load the style from assmebly resource.

Приватные методы

Метод Описание
DTDReplacer ( string file ) : void

DTDs the replacer, XmlDocument couldn't be loaded because the DTD wasn't found

Описание методов

DocumentManifest() публичный Метод

Initializes a new instance of the DocumentManifest class.
public DocumentManifest ( ) : System
Результат System

LoadFromFile() публичный Метод

public LoadFromFile ( string file ) : void
file string
Результат void

New() публичный Метод

Load the style from assmebly resource.
public New ( ) : void
Результат void

Описание свойств

FileName публичное статическое свойство

The file name
public static string FileName
Результат string

FolderName публичное статическое свойство

The folder name
public static string FolderName
Результат string