C# Class AODL.Document.TextDocuments.DocumentManifest

DocumentManifest global Document Manifest
显示文件 Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Properties

Property Type Description
FileName string
FolderName string

Public Methods

Method 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

Method Description
DTDReplacer ( string file ) : void

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

Method Details

DocumentManifest() public method

Initializes a new instance of the DocumentManifest class.
public DocumentManifest ( ) : System
return System

LoadFromFile() public method

public LoadFromFile ( string file ) : void
file string
return void

New() public method

Load the style from assmebly resource.
public New ( ) : void
return void

Property Details

FileName public_oe static_oe property

The file name
public static string FileName
return string

FolderName public_oe static_oe property

The folder name
public static string FolderName
return string