Class BulkUpdateSystem.JobResultStorageItem
Inheritance
System.Object
BulkUpdateSystem.JobResultStorageItem
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SuperOffice.CRM.BulkUpdate
Assembly: SoDataBase.dll
Syntax
public class JobResultStorageItem
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
Type | Name | Description |
---|---|---|
System.String | i_TableName | |
System.Int32 | i_AssociateId | |
System.String | i_AssociateName | |
System.String | i_CompletedReason | |
FieldValueInfo[] | i_FieldValueInfos | |
System.Collections.Generic.List<RowResultItem> | i_ResultItems |
Fields
AssociateId
Declaration
public int AssociateId
Field Value
Type | Description |
---|---|
System.Int32 |
AssociateName
Declaration
public string AssociateName
Field Value
Type | Description |
---|---|
System.String |
CompletedReason
Declaration
public string CompletedReason
Field Value
Type | Description |
---|---|
System.String |
DbRecordId
Declaration
public int DbRecordId
Field Value
Type | Description |
---|---|
System.Int32 |
FieldValueStorageItems
Declaration
public BulkUpdateSystem.FieldValueStorageItem[] FieldValueStorageItems
Field Value
Type | Description |
---|---|
BulkUpdateSystem.FieldValueStorageItem[] |
RegisteredDate
Declaration
public DateTime RegisteredDate
Field Value
Type | Description |
---|---|
System.DateTime |
RowResultStorageItems
Declaration
public BulkUpdateSystem.RowResultStorageItem[] RowResultStorageItems
Field Value
Type | Description |
---|---|
BulkUpdateSystem.RowResultStorageItem[] |
TableName
Declaration
public string TableName
Field Value
Type | Description |
---|---|
System.String |
Extension Methods
EnumUtil.MapEnums<From, To>(From)