Class PackageEditorBase
Implements
Inherited Members
Namespace: DotNetNuke.Services.Installer.Packages
Assembly: DotNetNuke.dll
Syntax
public class PackageEditorBase : ModuleUserControlBase, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor, IModuleControl, IPackageEditor
Constructors
PackageEditorBase()
Declaration
public PackageEditorBase()
Properties
DisplayMode
Declaration
protected string DisplayMode { get; }
Property Value
Type | Description |
---|---|
string |
EditorID
Declaration
protected virtual string EditorID { get; }
Property Value
Type | Description |
---|---|
string |
IsSuperTab
Declaration
protected bool IsSuperTab { get; }
Property Value
Type | Description |
---|---|
bool |
IsWizard
Declaration
public bool IsWizard { get; set; }
Property Value
Type | Description |
---|---|
bool |
Package
Declaration
protected PackageInfo Package { get; }
Property Value
Type | Description |
---|---|
PackageInfo |
PackageID
Declaration
public int PackageID { get; set; }
Property Value
Type | Description |
---|---|
int |
Methods
Initialize()
Declaration
public virtual void Initialize()
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
EventArgs | e |
Overrides
UpdatePackage()
Declaration
public virtual void UpdatePackage()