C# Class SobekCM.Core.BriefItem.BriefItem_BehaviorViewer

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

Private Properties

Property Type Description

Public Methods

Method Description
BriefItem_BehaviorViewer ( ) : System

Constructor for a new instance of the BriefItem_BehaviorViewer class

BriefItem_BehaviorViewer ( string ViewerType, float MenuOrder, bool Excluded, string Label ) : System

Constructor for a new instance of the BriefItem_BehaviorViewer class

Method Details

BriefItem_BehaviorViewer() public method

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

BriefItem_BehaviorViewer() public method

Constructor for a new instance of the BriefItem_BehaviorViewer class
public BriefItem_BehaviorViewer ( string ViewerType, float MenuOrder, bool Excluded, string Label ) : System
ViewerType string Name of this viewer type, from the database
MenuOrder float Order this displays in the item main menu
Excluded bool Flag indicates if this viewer is explicitly excluded from this digital resource
Label string Label associated with this viewer for display in the item menu for the digital resource
return System