C# Класс SobekCM.Core.UI_Configuration.Citation.CitationSet

Показать файл Открыть проект Примеры использования класса

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