C# Class SobekCM.Core.BriefItem.BriefItem_UI

Data about a brief digital object item that is computed once by the user interface and stored in the user interface cache for subsequent needs
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Add_Viewer_Code ( string Code, string ViewerType ) : void
Get_Viewer_Type ( string ViewerCode ) : string

Gets the controlle viewer type string, based on the requested viewer code

Includes_Viewer_Type ( string ViewerType ) : bool

Checks to see if a viewer type is already added to this item

Method Details

Add_Viewer_Code() public method

public Add_Viewer_Code ( string Code, string ViewerType ) : void
Code string
ViewerType string
return void

Get_Viewer_Type() public method

Gets the controlle viewer type string, based on the requested viewer code
public Get_Viewer_Type ( string ViewerCode ) : string
ViewerCode string Viewer code, related to this request
return string

Includes_Viewer_Type() public method

Checks to see if a viewer type is already added to this item
public Includes_Viewer_Type ( string ViewerType ) : bool
ViewerType string Viewer type to check
return bool