Show / Hide Table of Contents

Class BulkUpdateSystem.JobResultStorageItem

Inheritance
Object
BulkUpdateSystem.JobResultStorageItem
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
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
String i_TableName
Int32 i_AssociateId
String i_AssociateName
String i_CompletedReason
FieldValueInfo[] i_FieldValueInfos
List<RowResultItem> i_ResultItems

Fields

AssociateId

Declaration
public int AssociateId
Field Value
Type Description
Int32

AssociateName

Declaration
public string AssociateName
Field Value
Type Description
String

CompletedReason

Declaration
public string CompletedReason
Field Value
Type Description
String

DbRecordId

Declaration
public int DbRecordId
Field Value
Type Description
Int32

FieldValueStorageItems

Declaration
public BulkUpdateSystem.FieldValueStorageItem[] FieldValueStorageItems
Field Value
Type Description
BulkUpdateSystem.FieldValueStorageItem[]

RegisteredDate

Declaration
public DateTime RegisteredDate
Field Value
Type Description
DateTime

RowResultStorageItems

Declaration
public BulkUpdateSystem.RowResultStorageItem[] RowResultStorageItems
Field Value
Type Description
BulkUpdateSystem.RowResultStorageItem[]

TableName

Declaration
public string TableName
Field Value
Type Description
String

Extension Methods

EnumUtil.MapEnums<From, To>(From)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top