C# Класс SobekCM.Core.BriefItem.BriefItem_Behaviors

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

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
Add_Setting ( string Key, string Value ) : void

Add a key/value pair setting to this item

If a value already exists for the provided key, the value will be changed to the new value provided to this method.

BriefItem_Behaviors ( ) : System

Constructor for a new instance of the BriefItem_Behaviors class

Get_Setting ( string Key ) : string

Gets a setting value, by key

Get_Viewer ( string ViewerType ) : BriefItem_BehaviorViewer

Gets information about a single viewer for this digital resource

Описание методов

Add_Setting() публичный Метод

Add a key/value pair setting to this item
If a value already exists for the provided key, the value will be changed to the new value provided to this method.
public Add_Setting ( string Key, string Value ) : void
Key string Key for this setting
Value string Value for this setting
Результат void

BriefItem_Behaviors() публичный Метод

Constructor for a new instance of the BriefItem_Behaviors class
public BriefItem_Behaviors ( ) : System
Результат System

Get_Setting() публичный Метод

Gets a setting value, by key
public Get_Setting ( string Key ) : string
Key string Key to look for a match from the settings key/value pairs
Результат string

Get_Viewer() публичный Метод

Gets information about a single viewer for this digital resource
public Get_Viewer ( string ViewerType ) : BriefItem_BehaviorViewer
ViewerType string Standard type of the viewer to check
Результат BriefItem_BehaviorViewer