Skip to main content

Class ImportErpData

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

Inheritance

objectCarrierImportErpData

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

ImportErpData()

Default constructor - defaults any enum props to 0.

Properties

ColumnInfos

Array of column definitions

Property Value

ImportColumnInfo[]

ImportLines

An array of Import lines

Property Value

ImportLine[]

See Also

ImportAgent