Client.ExporterEndNote Class Reference

Export bibliographies to EndNote format (proprietary format used by the EndNote program by Thomson ISI ResearchSoft - http://www.endnote.com/ ). More...

Inheritance diagram for Client.ExporterEndNote:

Inheritance graph
[legend]
Collaboration diagram for Client.ExporterEndNote:

Collaboration graph
[legend]
List of all members.

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.

Detailed Description

Export bibliographies to EndNote format (proprietary format used by the EndNote program by Thomson ISI ResearchSoft - http://www.endnote.com/ ).

Definition at line 404 of file BibliographyExporter.cs.


Member Function Documentation

string Client.ExporterEndNote.Begin (  ) 

Begins the EndNote format bibliography file.

Returns:
The EndNote file's file header

Implements Client.BibExporter.

Definition at line 418 of file BibliographyExporter.cs.

string Client.ExporterEndNote.GetItem ( LiteratureInfo  lit  ) 

Renders each item into EndNote format.

Parameters:
lit The literature item to handle
Returns:
The rendered literature item

Implements Client.BibExporter.

Definition at line 428 of file BibliographyExporter.cs.

string Client.ExporterEndNote.End (  ) 

Ends the EndNote file.

Returns:
The EndNote file's file footer

Implements Client.BibExporter.

Definition at line 437 of file BibliographyExporter.cs.


Member Data Documentation

string Client.ExporterEndNote.fileExtension = "enl" [private]

The file extension for EndNote files.

Definition at line 409 of file BibliographyExporter.cs.


Property Documentation

string Client.ExporterEndNote.FileExtension [get]

Gets the read-only file extension property.

Implements Client.BibExporter.

Definition at line 412 of file BibliographyExporter.cs.


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