Class NotificationDetailSchemaImport
Inheritance
NotificationDetailSchemaImport
Namespace: System.Dynamic.ExpandoObject
Syntax
[GeneratedCode("NJsonSchema", "13.20.0.0 (NJsonSchema v10.9.0.0 (Newtonsoft.Json v13.0.0.0))")]
public class NotificationDetailSchemaImport : NotificationDetailBusinessProcessBase
Properties
Declaration
[JsonProperty("importedListItemCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long ImportedListItemCount { get; set; }
Property Value
Declaration
[JsonProperty("importedSchemaCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long ImportedSchemaCount { get; set; }
Property Value
Declaration
[JsonProperty("listItemCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long ListItemCount { get; set; }
Property Value
Declaration
[JsonProperty("listItemProgress", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long ListItemProgress { get; set; }
Property Value
Declaration
[JsonProperty("name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }
Property Value
Declaration
[JsonProperty("schemaCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long SchemaCount { get; set; }
Property Value
Declaration
[JsonProperty("schemaProgress", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long SchemaProgress { get; set; }
Property Value
Declaration
[JsonProperty("skippedListItemCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long SkippedListItemCount { get; set; }
Property Value
Declaration
[JsonProperty("skippedSchemaCount", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public long SkippedSchemaCount { get; set; }
Property Value
Declaration
[JsonProperty("transferId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string TransferId { get; set; }
Property Value
Methods
Declaration
public static NotificationDetailSchemaImport FromJson(string data)
Parameters
Returns