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

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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
Résultat CitationFieldSet

CitationSet() public méthode

Constuctor for a new instance of the CitationSet class.
public CitationSet ( ) : System
Résultat System