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.BusinessLogic.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
Type Name Description
string i_TableName
int i_AssociateId
string i_AssociateName
string i_CompletedReason
FieldValueInfo[] i_FieldValueInfos
List<RowResultItem> i_ResultItems

Fields

AssociateId

Declaration
[DataMember]
public int AssociateId
Field Value
Type Description
int

AssociateName

Declaration
[DataMember]
public string AssociateName
Field Value
Type Description
string

CompletedReason

Declaration
[DataMember]
public string CompletedReason
Field Value
Type Description
string

DbRecordId

Declaration
public int DbRecordId
Field Value
Type Description
int

FieldValueStorageItems

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

RegisteredDate

Declaration
public DateTime RegisteredDate
Field Value
Type Description
DateTime

RowResultStorageItems

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

TableName

Declaration
[DataMember]
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