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

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

AddFieldSet() 공개 메소드

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
리턴 CitationFieldSet

CitationSet() 공개 메소드

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