C# Class SobekCM.Core.UI_Configuration.Citation.CitationSet

Mostra file Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddFieldSet ( string FieldSetId, string DefaultHeading, string Order, string AfterID ) : CitationFieldSet

Add a new field set (or return the existing field set, if it exists) to this citation set

CitationSet ( ) : System

Constuctor for a new instance of the CitationSet class.

Method Details

AddFieldSet() public method

Add a new field set (or return the existing field set, if it exists) to this citation set
public AddFieldSet ( string FieldSetId, string DefaultHeading, string Order, string AfterID ) : CitationFieldSet
FieldSetId string ID that uniquely defines this field set
DefaultHeading string Default heading for this field set
Order string Order indicates where this should be added, if this is not pre-existing
AfterID string
return CitationFieldSet

CitationSet() public method

Constuctor for a new instance of the CitationSet class.
public CitationSet ( ) : System
return System