Méthode | Description | |
---|---|---|
Has_Data_To_Write ( |
Returns flag that indicates this citation section writer will be writing alues to the output stream
|
|
Write_Citation_Section ( |
Wites a section of citation from a provided digital resource
|
public Has_Data_To_Write ( |
||
ElementInfo | Additional possible data about this citation element | |
Item | Digital resource to analyze for data to write | |
Résultat | bool |
public Write_Citation_Section ( |
||
ElementInfo | Additional possible data about this citation element | |
Output | StringBuilder | Response stream for the item viewer to write directly to |
Item | Digital resource with all the data to write | |
LeftColumnWidth | int | Number of pixels of the left column, or the definition terms |
SearchLink | string | Beginning of the search link that can be used to allow the web patron to select a term and run a search against this instance |
SearchLinkEnd | string | End of the search link that can be used to allow the web patron to select a term and run a search against this instance |
Tracer | Trace object keeps a list of each method executed and important milestones in rendering | |
Résultat | void |