iElement Interface
Interface which all metadata elements must implement
Namespace: SobekCM.Library.Citation.ElementsAssembly: SobekCM_Library (in SobekCM_Library.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
internal interface iElement |
Methods
| Name | Description |
---|
 | Prepare_For_Save | Prepares the bib object for the save, by clearing any existing data in this element's related field(s) |
 | Read_XML | Reads from the template XML format |
 | Render_Template_HTML | Renders the HTML for this element |
 | Save_Constant_To_Bib | Saves the constants to the bib id |
 | Save_To_Bib | Saves the data rendered by this element to the provided bibliographic object during postback |
Properties
| Name | Description |
---|
 | Display_SubType | Display subtype for this element |
 | HasData | Returns TRUE if this element has some data |
 | isConstant | Flag indicates if this is being used as a constant field, or if data can be entered by the user |
 | Mandatory | Flag indicating this is mandatory |
 | Repeatable | Flag indicating this allows repeatability |
 | Title | Title of this element in the current language |
 | Type | Element type for this class |
See Also