Show / Hide Table of Contents

Class WorkflowLog

Inheritance
object
WorkflowLog
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Content.Workflow.Entities
Assembly: DotNetNuke.dll
Syntax
[PrimaryKey("WorkflowLogID")]
[TableName("ContentWorkflowLogs")]
public class WorkflowLog

Constructors

WorkflowLog()

Declaration
public WorkflowLog()

Properties

Action

Declaration
[StringLength(40)]
public string Action { get; set; }
Property Value
Type Description
string

Comment

Declaration
[StringLength(256)]
public string Comment { get; set; }
Property Value
Type Description
string

ContentItemID

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

Date

Declaration
public DateTime Date { get; set; }
Property Value
Type Description
DateTime

Type

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

User

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

WorkflowID

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

WorkflowLogID

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

Extension Methods

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