Class NotificationDetailTransferBase
Inheritance
NotificationDetailTransferBase
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public abstract class NotificationDetailTransferBase : NotificationDetailBusinessProcessBase
Properties
Declaration
[JsonProperty("cancelledCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long CancelledCount { get; set; }
Property Value
Declaration
[JsonProperty("failedCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long FailedCount { get; set; }
Property Value
Declaration
[JsonProperty("fileCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long FileCount { get; set; }
Property Value
Declaration
[JsonProperty("fileProgress", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long FileProgress { get; set; }
Property Value
Declaration
[JsonProperty("name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Declaration
[JsonProperty("transferId", Required = Required.Always)]
[Required]
public string TransferId { get; set; }
Property Value
Methods
Declaration
public static NotificationDetailTransferBase FromJson(string data)
Parameters
Returns