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.dll
Syntax
public class ImportItem

Constructors

ImportItem()

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
Boolean

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(Int32)

Return the field value in the given field position

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

Extension Methods

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