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

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

Private Properties

Свойство Type Description
set_defaults void

Méthodes publiques

Méthode Description
Add_CitationSet ( string SetName ) : CitationSet

Add a citation set

CitationConfig ( ) : System

Constuctor for a new instance of the CitationConfig class.

Clear ( ) : void

Clears all of the values in this configuration, including the default values

Get_CitationSet ( ) : CitationSet

Return the default (or first) citation set

Get_CitationSet ( string SetName ) : CitationSet

Return the citation set indicated by set name

Private Methods

Méthode Description
set_defaults ( ) : void

Method Details

Add_CitationSet() public méthode

Add a citation set
public Add_CitationSet ( string SetName ) : CitationSet
SetName string Name of the set
Résultat CitationSet

CitationConfig() public méthode

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

Clear() public méthode

Clears all of the values in this configuration, including the default values
public Clear ( ) : void
Résultat void

Get_CitationSet() public méthode

Return the default (or first) citation set
public Get_CitationSet ( ) : CitationSet
Résultat CitationSet

Get_CitationSet() public méthode

Return the citation set indicated by set name
public Get_CitationSet ( string SetName ) : CitationSet
SetName string Name of the set
Résultat CitationSet