mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER

CitationElement Class



Information about a single citation element to be displayed within a citation set


Namespace: SobekCM.Core.UI_Configuration.Citation
Assembly: 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

System..::..Object
  SobekCM.Core.UI_Configuration.Citation..::..CitationElement

Constructors

  NameDescription
Public methodCitationElement()()()()
Constructor for a new instance of the CitationElement class
Public methodCitationElement(String, String, String, String)
Constructor for a new instance of the CitationElement class
Public methodCitationElement(String, String, String, String, CitationElement_OverrideDispayTerm_Enum)
Constructor for a new instance of the CitationElement class

Methods

  NameDescription
Public methodAdd_Option
Add a new option to this citation element configuration
Public methodAdd_Translation
Add a new translation for the display term
Public methodShouldSerializeItemProp
Method suppresses XML Serialization of the ItemProp property if it is empty
Public methodShouldSerializeOptions
Method suppresses XML Serialization of the Options property if it is empty
Public methodShouldSerializeOverrideDisplayTerm
Method suppresses XML Serialization of the OverrideDisplayTerm property if it is empty
Public methodShouldSerializeSearchCode
Method suppresses XML Serialization of the SearchCode property if it is empty
Public methodShouldSerializeTranslations
Method suppresses XML Serialization of the Translations property if it is empty

Properties

  NameDescription
Public propertyDisplayTerm
Default display term for this citation element
Public propertyIndividualFields
Flag indicates if each field should be individually labeled, or if they can all be run together in one large block
Public propertyItemProp
Schema.org microdata tag to include for this element
Public propertyMetadataTerm
Metadata term this citation element displays (or a unique value)
Public propertyOptions
Any additional options for the citation section writer
Public propertyOverrideDisplayTerm
Flag indicatse if the basic citation section writer should override the display term and use some other value from within the individual item metadata
Public propertySearchCode
SobekCM search code, if this element should be clickable to initiate a search within SobekCM
Public propertySectionWriter
Custom section writer information, if a non-standard citation section writer should be used for this element
Public propertyTranslations
Provided translations for the display term

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )