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
Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Méthodes publiques

Méthode 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 méthode

public Add_Viewer_Code ( string Code, string ViewerType ) : void
Code string
ViewerType string
Résultat void

Get_Viewer_Type() public méthode

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
Résultat string

Includes_Viewer_Type() public méthode

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
Résultat bool