Skip to main content

Class QuoteLineConfiguration

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for QuoteLineConfiguration. QuoteLineConfiguration contains information about which configuration fields that is visible in the GUI. Read only and mandatory fields are also specified.

Inheritance

objectCarrierQuoteLineConfiguration

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

QuoteLineConfiguration()

Default constructor - defaults any enum props to 0.

Properties

Editable

Is this a read only field?

Property Value

bool

FieldName

The name of the field being configured, from data dictionary

Property Value

string

InUse

Should this field be displayed in the GUI?

Property Value

bool

Label

Label resource string.

Property Value

string

Mandatory

Is this a mandatory field?

Property Value

bool

QuoteLineConfigurationId

Primary key

Property Value

int

Rank

Rank of the field

Property Value

int

RestrictEdit

If true, then this field cannot be set readwrite or mandatory: It’s bound to be readonly

Property Value

bool

Tooltip

Tooltip resource string.

Property Value

string

See Also

QuoteAgent