Show / Hide Table of Contents

Class StateTransactionMessage

Inheritance
object
StateTransactionMessage
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 StateTransactionMessage

Constructors

StateTransactionMessage()

Declaration
public StateTransactionMessage()

Properties

Params

Declaration
public string[] Params { get; set; }
Property Value
Type Description
string[]

UserComment

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

Extension Methods

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