Show / Hide Table of Contents

Class WorkflowState

Inheritance
object
WorkflowState
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("StateID")]
[TableName("ContentWorkflowStates")]
public class WorkflowState

Constructors

WorkflowState()

Declaration
public WorkflowState()

Properties

IsSystem

Declaration
public bool IsSystem { get; }
Property Value
Type Description
bool

Order

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

SendNotification

Declaration
public bool SendNotification { get; set; }
Property Value
Type Description
bool

SendNotificationToAdministrators

Declaration
public bool SendNotificationToAdministrators { get; set; }
Property Value
Type Description
bool

StateID

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

StateName

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

WorkflowID

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

Extension Methods

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