The ModuleDefinitionController type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| ModuleDefinitionController | DotNetNuke.Entities.Modules.Definitions.ModuleDefinitionController |
Methods
| Name | Description | |
|---|---|---|
| AddModuleDefinition | Obsolete. | |
| DeleteModuleDefinition(Int32) |
DeleteModuleDefinition deletes a Module Definition By ID
| |
| DeleteModuleDefinition(ModuleDefinitionInfo) |
GetModuleDefinitionByID gets a Module Definition by its ID
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetModuleDefinition | Obsolete. | |
| GetModuleDefinitionByDefinitionName |
Get ModuleDefinition by DefinitionName
| |
| GetModuleDefinitionByFriendlyName(String) |
GetModuleDefinitionByFriendlyName gets a Module Definition by its Friendly
Name (and DesktopModuleID)
| |
| GetModuleDefinitionByFriendlyName(String, Int32) |
GetModuleDefinitionByFriendlyName gets a Module Definition by its Friendly
Name (and DesktopModuleID)
| |
| GetModuleDefinitionByID |
GetModuleDefinitionByID gets a Module Definition by its ID
| |
| GetModuleDefinitionByName | Obsolete. | |
| GetModuleDefinitions()()()() |
GetModuleDefinitions gets a Dictionary of Module Definitions.
| |
| GetModuleDefinitions(Int32) | Obsolete. | |
| GetModuleDefinitionsByDesktopModuleID |
GetModuleDefinitionsByDesktopModuleID gets a Dictionary of Module Definitions
with a particular DesktopModuleID, keyed by the FriendlyName.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveModuleDefinition |
SaveModuleDefinition saves the Module Definition to the database
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdateModuleDefinition | Obsolete. |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |