Skip to main content

Class ImportLine

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ImportLine. Used to import data into the system. Representing one entity that will be imported.

Inheritance

objectCarrierImportLine

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ImportLine()

Default constructor - defaults any enum props to 0.

Properties

ExternalKey

Optional external primary key for the row

Property Value

string

Operation

Which operation will be used? This is a read-only property NULL if unknown enum value.

Property Value

ImportAction?

See Also

ImportLine.Operation_String

Operation_String

Which operation will be used? This is a read-only property Raw string enum value.

Property Value

string

See Also

ImportLine.Operation

Selected

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

Property Value

bool

Type

Which entity type will be created? This is a read-only property NULL if unknown enum value.

Property Value

ImportEntityType?

See Also

ImportLine.Type_String

Type_String

Which entity type will be created? This is a read-only property Raw string enum value.

Property Value

string

See Also

ImportLine.Type

Values

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

Property Value

string[]

See Also

ImportAgent