C# 클래스 SobekCM.Core.BriefItem.BriefItem_Behaviors

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

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