C# 클래스 SobekCM.Core.UI_Configuration.Viewers.ItemSubViewerConfig

파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ItemSubViewerConfig ( ) : System

Constructor for a new instance of the ItemSubViewerConfig class

ItemSubViewerConfig ( string ViewerCode, bool Enabled, string Class, string Assembly ) : System

Constructor for a new instance of the ItemSubViewerConfig class

ShouldSerializeAssembly ( ) : bool

Method suppresses XML Serialization of the Assembly property if it is empty

메소드 상세

ItemSubViewerConfig() 공개 메소드

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

ItemSubViewerConfig() 공개 메소드

Constructor for a new instance of the ItemSubViewerConfig class
public ItemSubViewerConfig ( string ViewerCode, bool Enabled, string Class, string Assembly ) : System
ViewerCode string Viewer code that is mapped to this subviewer
Enabled bool Flag indicates if this subviewer is enabled or disabled
Class string Fully qualified (including namespace) name of the class used /// for this subviewer
Assembly string Name of the assembly within which this class resides, unless this /// is one of the default subviewers included in the core code
리턴 System

ShouldSerializeAssembly() 공개 메소드

Method suppresses XML Serialization of the Assembly property if it is empty
public ShouldSerializeAssembly ( ) : bool
리턴 bool