C# 클래스 SobekCM.Core.Settings.DbItemViewers.DbItemViewerType

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

DbItemViewerType() 공개 메소드

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

DbItemViewerType() 공개 메소드

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
리턴 System