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

显示文件 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description
set_defaults void

Public Methods

Method 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

Method Description
set_defaults ( ) : void

Method Details

Add_CitationSet() public method

Add a citation set
public Add_CitationSet ( string SetName ) : CitationSet
SetName string Name of the set
return CitationSet

CitationConfig() public method

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

Clear() public method

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

Get_CitationSet() public method

Return the default (or first) citation set
public Get_CitationSet ( ) : CitationSet
return CitationSet

Get_CitationSet() public method

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