C# Class SobekCM.Core.UI_Configuration.Viewers.SingleSubViewerConfig

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ShouldSerializeAssembly ( ) : bool

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

SingleSubViewerConfig ( ) : System

Constructor for a new instance of the SingleSubViewerConfig class

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

Constructor for a new instance of the SingleSubViewerConfig class

Method Details

ShouldSerializeAssembly() public méthode

Method suppresses XML Serialization of the Assembly property if it is empty
public ShouldSerializeAssembly ( ) : bool
Résultat bool

SingleSubViewerConfig() public méthode

Constructor for a new instance of the SingleSubViewerConfig class
public SingleSubViewerConfig ( ) : System
Résultat System

SingleSubViewerConfig() public méthode

Constructor for a new instance of the SingleSubViewerConfig class
public SingleSubViewerConfig ( 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
Résultat System