Skip to main content

Class ImportColumnInfo

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ImportColumnInfo. Column info for importlines.

Inheritance

objectCarrierImportColumnInfo

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

ImportColumnInfo()

Default constructor - defaults any enum props to 0.

Properties

DisplayName

Display name of the column

Property Value

string

Locked

If true disable the option of choose column

Property Value

bool

Name

Name of the column

Property Value

string

See Also

ImportAgent