C# Class SobekCM.Core.Settings.DbItemViewers.DbItemViewerType

Datei anzeigen Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Property Type Description

Public Methods

Method Description
DbItemViewerType ( ) : System

Constructor for a new instance of the DbItemViewerType class

DbItemViewerType ( int ID, string ViewType, int Order, bool DefaultView, decimal MenuOrder ) : System

Constructor for a new instance of the DbItemViewerType class

Method Details

DbItemViewerType() public method

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

DbItemViewerType() public method

Constructor for a new instance of the DbItemViewerType class
public DbItemViewerType ( int ID, string ViewType, int Order, bool DefaultView, decimal MenuOrder ) : System
ID int Primary key to this item viewer from the database which is used /// to link an item, in the database, to this viewer
ViewType string Code for this view type, which is returned with each digital resource /// and links, via the UI configuration, to the class used to display this item /// within the user interface
Order int Default order, relative to the order on the other item viewers, that this /// should be displayed
DefaultView bool Flag indicates if this view should be automatically added to all new items /// that are added to the database
MenuOrder decimal Default order this viewer should be displayed on the item viewer menu
return System