Show / Hide Table of Contents

Class TabVersionDetail

Inheritance
object
BaseEntityInfo
TabVersionDetail
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
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.Tabs.TabVersions
Assembly: DotNetNuke.dll
Syntax
public class TabVersionDetail : BaseEntityInfo

Constructors

TabVersionDetail()

Declaration
public TabVersionDetail()

Properties

Action

Declaration
public TabVersionDetailAction Action { get; set; }
Property Value
Type Description
TabVersionDetailAction

ModuleId

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

ModuleOrder

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

ModuleVersion

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

PaneName

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

TabVersionDetailId

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

TabVersionId

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

Extension Methods

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