C# Class AODL.Document.TextDocuments.DocumentManifest

DocumentManifest global Document Manifest
Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Свойство Type Description
FileName string
FolderName string

Méthodes publiques

Méthode Description
DocumentManifest ( ) : System

Initializes a new instance of the DocumentManifest class.

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

Load the style from assmebly resource.

Private Methods

Méthode Description
DTDReplacer ( string file ) : void

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

Method Details

DocumentManifest() public méthode

Initializes a new instance of the DocumentManifest class.
public DocumentManifest ( ) : System
Résultat System

LoadFromFile() public méthode

public LoadFromFile ( string file ) : void
file string
Résultat void

New() public méthode

Load the style from assmebly resource.
public New ( ) : void
Résultat void

Property Details

FileName public_oe static_oe property

The file name
public static string FileName
Résultat string

FolderName public_oe static_oe property

The folder name
public static string FolderName
Résultat string