CitationElement Class
Information about a single citation element to be displayed within
a citation set
Namespace: SobekCM.Core.UI_Configuration.CitationAssembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)
Syntax
C# |
---|
[SerializableAttribute]
[XmlRootAttribute("CitationElement")]
[DataContractAttribute]
[ProtoContractAttribute]
public class CitationElement |
Inheritance Hierarchy
Constructors
Methods
Properties
| Name | Description |
---|
| DisplayTerm | Default display term for this citation element |
| IndividualFields | Flag indicates if each field should be individually labeled, or if they
can all be run together in one large block |
| ItemProp | Schema.org microdata tag to include for this element |
| MetadataTerm | Metadata term this citation element displays (or a unique value) |
| Options | Any additional options for the citation section writer |
| OverrideDisplayTerm | Flag indicatse if the basic citation section writer should override
the display term and use some other value from within the individual item metadata |
| SearchCode | SobekCM search code, if this element should be clickable
to initiate a search within SobekCM |
| SectionWriter | Custom section writer information, if a non-standard citation section
writer should be used for this element |
| Translations | Provided translations for the display term |
See Also