Show / Hide Table of Contents

Class DesktopModuleInfo

Inheritance
object
BaseEntityInfo
ContentItem
DesktopModuleInfo
Implements
IHydratable
IXmlSerializable
Inherited Members
ContentItem.FillInternal(IDataReader)
ContentItem.Clone(ContentItem, ContentItem)
ContentItem.Metadata
ContentItem.Terms
ContentItem.Files
ContentItem.Videos
ContentItem.Images
ContentItem.ContentItemId
ContentItem.Content
ContentItem.ContentKey
ContentItem.ContentTypeId
ContentItem.Indexed
ContentItem.ModuleID
ContentItem.TabID
ContentItem.ContentTitle
ContentItem.StateID
ContentItem.KeyID
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class DesktopModuleInfo : ContentItem, IHydratable, IXmlSerializable

Constructors

DesktopModuleInfo()

Declaration
public DesktopModuleInfo()

Properties

AdminPage

Declaration
public string AdminPage { get; set; }
Property Value
Type Description
string

BusinessControllerClass

Declaration
public string BusinessControllerClass { get; set; }
Property Value
Type Description
string

Category

Declaration
public string Category { get; set; }
Property Value
Type Description
string

CodeSubDirectory

Declaration
public string CodeSubDirectory { get; set; }
Property Value
Type Description
string

CompatibleVersions

Declaration
public string CompatibleVersions { get; set; }
Property Value
Type Description
string

Dependencies

Declaration
public string Dependencies { get; set; }
Property Value
Type Description
string

Description

Declaration
public string Description { get; set; }
Property Value
Type Description
string

DesktopModuleID

Declaration
public int DesktopModuleID { get; set; }
Property Value
Type Description
int

FolderName

Declaration
public string FolderName { get; set; }
Property Value
Type Description
string

FriendlyName

Declaration
public string FriendlyName { get; set; }
Property Value
Type Description
string

HostPage

Declaration
public string HostPage { get; set; }
Property Value
Type Description
string

IsAdmin

Declaration
public bool IsAdmin { get; set; }
Property Value
Type Description
bool

IsPortable

Declaration
public bool IsPortable { get; set; }
Property Value
Type Description
bool

IsPremium

Declaration
public bool IsPremium { get; set; }
Property Value
Type Description
bool

IsSearchable

Declaration
public bool IsSearchable { get; set; }
Property Value
Type Description
bool

IsUpgradeable

Declaration
public bool IsUpgradeable { get; set; }
Property Value
Type Description
bool

ModuleDefinitions

Declaration
public Dictionary<string, ModuleDefinitionInfo> ModuleDefinitions { get; }
Property Value
Type Description
Dictionary<string, ModuleDefinitionInfo>

ModuleName

Declaration
public string ModuleName { get; set; }
Property Value
Type Description
string

PackageID

Declaration
public int PackageID { get; set; }
Property Value
Type Description
int

Page

Declaration
public DesktopModuleInfo.PageInfo Page { get; set; }
Property Value
Type Description
DesktopModuleInfo.PageInfo

Permissions

Declaration
public string Permissions { get; set; }
Property Value
Type Description
string

Shareable

Declaration
public ModuleSharing Shareable { get; set; }
Property Value
Type Description
ModuleSharing

SupportedFeatures

Declaration
public int SupportedFeatures { get; set; }
Property Value
Type Description
int

Version

Declaration
public string Version { get; set; }
Property Value
Type Description
string

Methods

Fill(IDataReader)

Declaration
public override void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr
Overrides
ContentItem.Fill(IDataReader)

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
Type Description
XmlSchema

ReadXml(XmlReader)

Declaration
public void ReadXml(XmlReader reader)
Parameters
Type Name Description
XmlReader reader

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Implements

IHydratable
IXmlSerializable

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS