Search Results for

    Show / Hide Table of Contents

    Class BusinessProcessDetailsDataBatchResponse

    Business process detailed information regarding a batch operation

    Inheritance
    System.Object
    BusinessProcessDetailsDataBase
    BusinessProcessDetailsDataBatchResponse
    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 BusinessProcessDetailsDataBatchResponse : BusinessProcessDetailsDataBase

    Properties

    DocType

    The DocType on which the operation was performed.

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

    Response

    The response of the batch operation.

    Declaration
    public BatchResponse Response { get; set; }
    Property Value
    BatchResponse

    Methods

    FromJson(String)

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

    Returns
    BusinessProcessDetailsDataBatchResponse

    ToJson()

    Declaration
    public string ToJson()
    Returns
    System.String

    Back to top Generated by DocFX