Class BusinessProcessSummaryBatchBased
Inheritance
BusinessProcessSummaryBatchBased
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class BusinessProcessSummaryBatchBased : BusinessProcessSummaryBase
Properties
Document type that was changed in the business process.
Declaration
[JsonProperty("docType", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string DocType { get; set; }
Property Value
Declaration
[JsonProperty("failedItemCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long FailedItemCount { get; set; }
Property Value
Declaration
[JsonProperty("succeededItemCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long SucceededItemCount { get; set; }
Property Value
Methods
Declaration
public static BusinessProcessSummaryBatchBased FromJson(string data)
Parameters
Returns