Show / Hide Table of Contents

Class ModuleDetail

Inheritance
object
ModuleDetail
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Models
Assembly: DotNetNuke.Web.dll
Syntax
[DataContract]
public class ModuleDetail

Constructors

ModuleDetail()

Declaration
public ModuleDetail()

Properties

ModuleInstances

Declaration
[DataMember]
public IList<ModuleInstance> ModuleInstances { get; set; }
Property Value
Type Description
IList<ModuleInstance>

ModuleName

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

ModuleVersion

Declaration
[DataMember]
public string ModuleVersion { get; set; }
Property Value
Type Description
string

Extension Methods

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