Search Results for

    Show / Hide Table of Contents

    Class BusinessProcessState

    State transition information of a business process

    Inheritance
    System.Object
    BusinessProcessState
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: System.Dynamic.ExpandoObject
    Syntax
    public class BusinessProcessState

    Properties

    Error

    Eventual error associated to the state transition.

    Declaration
    public ErrorResponse Error { get; set; }
    Property Value
    ErrorResponse

    State

    State of the business process

    Declaration
    public string State { get; set; }
    Property Value
    System.String

    Timestamp

    Date and time of when the state transition was performed.

    Declaration
    public DateTime Timestamp { get; set; }
    Property Value
    System.DateTime

    Methods

    FromJson(String)

    Declaration
    public static BusinessProcessState FromJson(string data)
    Parameters
    System.String data

    Returns
    BusinessProcessState

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX