Show / Hide Table of Contents

Class StateTransaction

Inheritance
object
StateTransaction
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.Dto
Assembly: DotNetNuke.dll
Syntax
public class StateTransaction

Constructors

StateTransaction()

Declaration
public StateTransaction()

Properties

ContentItemId

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

CurrentStateId

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

Message

Declaration
public StateTransactionMessage Message { get; set; }
Property Value
Type Description
StateTransactionMessage

UserId

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

Extension Methods

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