Show / Hide Table of Contents

Class ImportItem

Implements an item from the imported source

Inheritance
object
ImportItem
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Import
Assembly: SoDataBase.BusinessLogic.dll
Syntax
public class ImportItem

Constructors

ImportItem()

Implements an item from the imported source

Declaration
public ImportItem()

Properties

ExternalKey

Get/sets the external key for the item

Declaration
public string ExternalKey { get; set; }
Property Value
Type Description
string

Operation

Which operation will be used? This is a read-only property

Declaration
public ImportAction Operation { get; set; }
Property Value
Type Description
ImportAction

Selected

True if the entity shall be imported, false if the entity shall be ignored

Declaration
public bool Selected { get; set; }
Property Value
Type Description
bool

Type

Which entity type will be created? This is a read-only property

Declaration
public ImportEntityType Type { get; set; }
Property Value
Type Description
ImportEntityType

Values

An array of the values that will be imported on the entity

Declaration
public string[] Values { get; set; }
Property Value
Type Description
string[]

Methods

GetFieldValue(int)

Return the field value in the given field position

Declaration
public string GetFieldValue(int fieldPosition)
Parameters
Type Name Description
int fieldPosition
Returns
Type Description
string

Extension Methods

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