Property | Type | Description | |
---|---|---|---|
_footnoteInstances | AutomatedFootnoteElement>.Dictionary |
Method | Description | |
---|---|---|
Footnotes ( string footnoteName ) : |
Returns a footnote message element based on the name.
|
|
getAutomatedFootnotesText ( |
Takes a Section and produces all automated messages that the section should display.
|
Method | Description | |
---|---|---|
AutomatedFootnotesConfig ( ) : System |
Constructor. Initiates the serialization of the automated footnotes section in the web.config file.
|
|
GetFootnoteInstances ( |
Returns a dictionary of all elements within a given collection of footnote messages. The key is the name of the footnote element, the value is the element itself.
|
|
buildFootnoteText ( System.Boolean differentStartFlag, System.Boolean differentEndFlag, System.Boolean hybridFlag, System.Boolean telecourseFlag, System.DateTime startDate, System.DateTime endDate ) : string | ||
getApplicableDateFootnote ( System.Boolean differentStartFlag, System.Boolean differentEndFlag, System.DateTime startDate, System.DateTime endDate ) : |
Uses a section's start/end date to determine an applicable date footnote. By design, at most one date related footnote will be relevant to any given section. This method determines and returns the applicable footnote, should one exist.
|
public static Footnotes ( string footnoteName ) : |
||
footnoteName | string | The anme of the element you want. |
return |
public static getAutomatedFootnotesText ( |
||
section | The section to base the generated footnote messages on. | |
return | string |