Inheritance diagram for Client.ExporterEndNote:


Public Member Functions | |
| string | Begin () |
| Begins the EndNote format bibliography file. | |
| string | GetItem (LiteratureInfo lit) |
| Renders each item into EndNote format. | |
| string | End () |
| Ends the EndNote file. | |
Properties | |
| string | FileExtension [get] |
| Gets the read-only file extension property. | |
Private Attributes | |
| string | fileExtension = "enl" |
| The file extension for EndNote files. | |
Definition at line 404 of file BibliographyExporter.cs.
| string Client.ExporterEndNote.Begin | ( | ) |
Begins the EndNote format bibliography file.
Implements Client.BibExporter.
Definition at line 418 of file BibliographyExporter.cs.
| string Client.ExporterEndNote.GetItem | ( | LiteratureInfo | lit | ) |
Renders each item into EndNote format.
| lit | The literature item to handle |
Implements Client.BibExporter.
Definition at line 428 of file BibliographyExporter.cs.
| string Client.ExporterEndNote.End | ( | ) |
Ends the EndNote file.
Implements Client.BibExporter.
Definition at line 437 of file BibliographyExporter.cs.
string Client.ExporterEndNote.fileExtension = "enl" [private] |
string Client.ExporterEndNote.FileExtension [get] |
Gets the read-only file extension property.
Implements Client.BibExporter.
Definition at line 412 of file BibliographyExporter.cs.
1.5.1-p1