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

CitationFieldSet Class



Field set surrounds a number of citation element configuration objects within a single citation set in the user interface configuration


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]
[DataContractAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("CitationFieldSet")]
public class CitationFieldSet

Inheritance Hierarchy

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

Constructors

  NameDescription
Public methodCitationFieldSet
Constructor for a new instance of the CitationFieldSet class.

Methods

  NameDescription
Public methodAdd_Translation
Add a new translation for the heading term
Public methodAppend_Element
Adds a new citation element to the end of the current elements in this field set
Public methodClear_Elements
Clear the elements in this field set
Public methodInsert_Element_After
Adds a new citation element after an existing elements in this field set
Public methodInsert_Element_Before
Adds a new citation element before an existing elements in this field set
Public methodRemove_Element
Removes a single citation element from this field set, if it exists
Public methodShouldSerializeHeading
Method suppresses XML Serialization of the Heading property if it is empty
Public methodShouldSerializeTranslations
Method suppresses XML Serialization of the Translations property if it is empty

Properties

  NameDescription
Public propertyElements
List of the individual citation elements within this field set
Public propertyHeading
Default heading for this field set
Public propertyID
ID that uniquely defines this field set
Public propertyTranslations
Provided translations for the heading term

See Also



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