Inheritance diagram for Client.BibExporter:

Public Member Functions | |
| string | Begin () |
| Called once when the bibliography is first created. | |
| string | GetItem (LiteratureInfo lit) |
| Called once for each literature item. | |
| string | End () |
| Called once when the bibliography is being ended. | |
Properties | |
| string | FileExtension [get] |
| Getter for the file extension for the implementing bibliography type. | |
Definition at line 101 of file BibliographyExporter.cs.
| string Client.BibExporter.Begin | ( | ) |
Called once when the bibliography is first created.
Implemented in Client.ExporterBibTeX, Client.ExporterEndNote, Client.ExporterRTF, and Client.ExporterXHTML.
Referenced by Client.BibliographyExporter.getBibliography().
Here is the caller graph for this function:

| string Client.BibExporter.GetItem | ( | LiteratureInfo | lit | ) |
Called once for each literature item.
| lit | The literature item to generate bibliography information for |
Implemented in Client.ExporterBibTeX, Client.ExporterEndNote, Client.ExporterRTF, and Client.ExporterXHTML.
Referenced by Client.BibliographyExporter.getBibliography().
Here is the caller graph for this function:

| string Client.BibExporter.End | ( | ) |
Called once when the bibliography is being ended.
Implemented in Client.ExporterBibTeX, Client.ExporterEndNote, Client.ExporterRTF, and Client.ExporterXHTML.
Referenced by Client.BibliographyExporter.getBibliography().
Here is the caller graph for this function:

string Client.BibExporter.FileExtension [get] |
Getter for the file extension for the implementing bibliography type.
Implemented in Client.ExporterBibTeX, Client.ExporterEndNote, Client.ExporterRTF, and Client.ExporterXHTML.
Definition at line 104 of file BibliographyExporter.cs.
Referenced by Client.BibliographyExporter.getBibliography().
1.5.1-p1