Show / Hide Table of Contents

Class ModuleDefinitionInfo

Inheritance
object
ModuleDefinitionInfo
Implements
IXmlSerializable
IHydratable
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Modules.Definitions
Assembly: DotNetNuke.dll
Syntax
public class ModuleDefinitionInfo : IXmlSerializable, IHydratable

Constructors

ModuleDefinitionInfo()

Declaration
public ModuleDefinitionInfo()

Properties

DefaultCacheTime

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

DefinitionName

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

DesktopModuleID

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

FriendlyName

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

KeyID

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

ModuleControls

Declaration
public Dictionary<string, ModuleControlInfo> ModuleControls { get; }
Property Value
Type Description
Dictionary<string, ModuleControlInfo>

ModuleDefID

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

Permissions

Declaration
public Dictionary<string, PermissionInfo> Permissions { get; }
Property Value
Type Description
Dictionary<string, PermissionInfo>

Methods

Fill(IDataReader)

Declaration
public void Fill(IDataReader dr)
Parameters
Type Name Description
IDataReader dr

GetSchema()

Declaration
public XmlSchema GetSchema()
Returns
Type Description
XmlSchema

LoadControls()

Declaration
public void LoadControls()

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

IXmlSerializable
IHydratable

Extension Methods

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