Class BulkUpdateSystem.JobResultStorageItem
Inheritance
BulkUpdateSystem.JobResultStorageItem
Assembly: SoDataBase.dll
Syntax
[DataContract(Namespace = "BulkUpdate")]
public class BulkUpdateSystem.JobResultStorageItem
Constructors
JobResultStorageItem(string, int, string, string, FieldValueInfo[], List<RowResultItem>)
Declaration
public JobResultStorageItem(string i_TableName, int i_AssociateId, string i_AssociateName, string i_CompletedReason, FieldValueInfo[] i_FieldValueInfos, List<RowResultItem> i_ResultItems)
Parameters
Fields
AssociateId
Declaration
[DataMember]
public int AssociateId
Field Value
AssociateName
Declaration
[DataMember]
public string AssociateName
Field Value
CompletedReason
Declaration
[DataMember]
public string CompletedReason
Field Value
DbRecordId
Declaration
Field Value
FieldValueStorageItems
Declaration
[DataMember]
public BulkUpdateSystem.FieldValueStorageItem[] FieldValueStorageItems
Field Value
RegisteredDate
Declaration
public DateTime RegisteredDate
Field Value
RowResultStorageItems
Declaration
[DataMember]
public BulkUpdateSystem.RowResultStorageItem[] RowResultStorageItems
Field Value
TableName
Declaration
[DataMember]
public string TableName
Field Value
Extension Methods