Class BulkUpdateSystem.JobResultStorageItem
Inheritance
BulkUpdateSystem.JobResultStorageItem
Assembly: SoDataBase.dll
Syntax
public class JobResultStorageItem : Object
Constructors
JobResultStorageItem(String, Int32, 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
Field Value
AssociateName
Declaration
public string AssociateName
Field Value
CompletedReason
Declaration
public string CompletedReason
Field Value
DbRecordId
Declaration
Field Value
FieldValueStorageItems
Declaration
public BulkUpdateSystem.FieldValueStorageItem[] FieldValueStorageItems
Field Value
RegisteredDate
Declaration
public DateTime RegisteredDate
Field Value
RowResultStorageItems
Declaration
public BulkUpdateSystem.RowResultStorageItem[] RowResultStorageItems
Field Value
TableName
Declaration
Field Value
Extension Methods
EnumUtil.MapEnums<From, To>(From)