C# 클래스 SobekCM.Core.BriefItem.BriefItem_BehaviorViewer

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

BriefItem_BehaviorViewer() 공개 메소드

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

BriefItem_BehaviorViewer() 공개 메소드

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