Client.BibliographyExporter Class Reference

Class which takes care of exporting biblipgraphies... More...

List of all members.

Public Member Functions

 BibliographyExporter (List< LiteratureInfo > literature)
 Constructor for the bibliograhy exporting class.
string getBibliography (BibliographyType bibType, out string filename)
 Get the rendered data for the bibliography type bibType.

Properties

string Extension [get]
 Gets the read-only file extension.
string ProjectTitle [get, set]
 Gets and sets the project title.

Private Attributes

List< LiteratureInfoliterature = new List<LiteratureInfo>()
 The literature entries that will be exported.
string projectTitle
 The title of the project the literature of which is being handled.
string extension
 The file extension for the bibliography type.


Detailed Description

Class which takes care of exporting biblipgraphies...

Definition at line 12 of file BibliographyExporter.cs.


Constructor & Destructor Documentation

Client.BibliographyExporter.BibliographyExporter ( List< LiteratureInfo literature  ) 

Constructor for the bibliograhy exporting class.

Parameters:
literature The literature to generate bibliography information for

Definition at line 40 of file BibliographyExporter.cs.


Member Function Documentation

string Client.BibliographyExporter.getBibliography ( BibliographyType  bibType,
out string  filename 
)

Get the rendered data for the bibliography type bibType.

Parameters:
bibType The bibliography type to get the
filename A string containing the suggested filename for the bibliography file
Returns:

Definition at line 51 of file BibliographyExporter.cs.

References Client.BibExporter.Begin(), Client.BibExporter.End(), Client.BibExporter.FileExtension, and Client.BibExporter.GetItem().

Referenced by Client.ProjectView.exportBibliography_Click().

Here is the call graph for this function:

Here is the caller graph for this function:


Member Data Documentation

List<LiteratureInfo> Client.BibliographyExporter.literature = new List<LiteratureInfo>() [private]

The literature entries that will be exported.

Definition at line 15 of file BibliographyExporter.cs.

string Client.BibliographyExporter.projectTitle [private]

The title of the project the literature of which is being handled.

Definition at line 17 of file BibliographyExporter.cs.

string Client.BibliographyExporter.extension [private]

The file extension for the bibliography type.

Definition at line 19 of file BibliographyExporter.cs.


Property Documentation

string Client.BibliographyExporter.Extension [get]

Gets the read-only file extension.

Definition at line 23 of file BibliographyExporter.cs.

Referenced by Client.ProjectView.exportBibliography_Click().

string Client.BibliographyExporter.ProjectTitle [get, set]

Gets and sets the project title.

Definition at line 31 of file BibliographyExporter.cs.

Referenced by Client.ProjectView.exportBibliography_Click().


The documentation for this class was generated from the following file:
Generated on Thu Dec 21 06:22:17 2006 for SCRAML by  doxygen 1.5.1-p1