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< LiteratureInfo > | literature = 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. | |
Definition at line 12 of file BibliographyExporter.cs.
| Client.BibliographyExporter.BibliographyExporter | ( | List< LiteratureInfo > | literature | ) |
Constructor for the bibliograhy exporting class.
| literature | The literature to generate bibliography information for |
Definition at line 40 of file BibliographyExporter.cs.
| string Client.BibliographyExporter.getBibliography | ( | BibliographyType | bibType, | |
| out string | filename | |||
| ) |
Get the rendered data for the bibliography type bibType.
| bibType | The bibliography type to get the | |
| filename | A string containing the suggested filename for the bibliography file |
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:

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.
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().
1.5.1-p1