C# Class SobekCM.Core.BriefItem.BriefItem_Behaviors

ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Add_Setting() public method

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
return void

BriefItem_Behaviors() public method

Constructor for a new instance of the BriefItem_Behaviors class
public BriefItem_Behaviors ( ) : System
return System

Get_Setting() public method

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
return string

Get_Viewer() public method

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
return BriefItem_BehaviorViewer