C# 클래스 SobekCM.Core.UI_Configuration.Citation.CitationConfig

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명
set_defaults void

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
set_defaults ( ) : void

메소드 상세

Add_CitationSet() 공개 메소드

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

CitationConfig() 공개 메소드

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

Clear() 공개 메소드

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

Get_CitationSet() 공개 메소드

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

Get_CitationSet() 공개 메소드

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