Show / Hide Table of Contents

Class WorkflowLogger

Inheritance
object
ServiceLocator<IWorkflowLogger, WorkflowLogger>
WorkflowLogger
Implements
IWorkflowLogger
Inherited Members
ServiceLocator<IWorkflowLogger, WorkflowLogger>.SetTestableInstance(IWorkflowLogger)
ServiceLocator<IWorkflowLogger, WorkflowLogger>.ClearInstance()
ServiceLocator<IWorkflowLogger, WorkflowLogger>.GetFactory()
ServiceLocator<IWorkflowLogger, WorkflowLogger>.Instance
ServiceLocator<IWorkflowLogger, WorkflowLogger>.Factory
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Content.Workflow
Assembly: DotNetNuke.dll
Syntax
public class WorkflowLogger : ServiceLocator<IWorkflowLogger, WorkflowLogger>, IWorkflowLogger

Constructors

WorkflowLogger()

Declaration
public WorkflowLogger()

Methods

AddWorkflowLog(int, int, WorkflowLogType, string, int)

Declaration
public void AddWorkflowLog(int contentItemId, int workflowId, WorkflowLogType type, string comment, int userId)
Parameters
Type Name Description
int contentItemId
int workflowId
WorkflowLogType type
string comment
int userId

AddWorkflowLog(int, int, string, string, int)

Declaration
public void AddWorkflowLog(int contentItemId, int workflowId, string action, string comment, int userId)
Parameters
Type Name Description
int contentItemId
int workflowId
string action
string comment
int userId

GetFactory()

Declaration
protected override Func<IWorkflowLogger> GetFactory()
Returns
Type Description
Func<IWorkflowLogger>
Overrides
ServiceLocator<IWorkflowLogger, WorkflowLogger>.GetFactory()

GetWorkflowLogs(int, int)

Declaration
public IEnumerable<WorkflowLog> GetWorkflowLogs(int contentItemId, int workflowId)
Parameters
Type Name Description
int contentItemId
int workflowId
Returns
Type Description
IEnumerable<WorkflowLog>

Implements

IWorkflowLogger

Extension Methods

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