Skip to main content

Class ProductExtraDataField

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ProductExtraDataField. A way to show some simple extra data on a product, typically to hep the user to identify the correct product. Basically a bucket of additional info that the ERP system would like to store and show in the user interface. Information placed here is shown in the GUI if the “provide-extra-data” capability is true.

Inheritance

objectCarrierProductExtraDataField

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

ProductExtraDataField()

Default constructor - defaults any enum props to 0.

Properties

Name

Label for the field

Property Value

string

Type

String, url, image. How the value should be interpreted. NULL if unknown enum value.

Property Value

ExtraDataFieldType?

See Also

ProductExtraDataField.Type_String

Type_String

String, url, image. How the value should be interpreted. Raw string enum value.

Property Value

string

See Also

ProductExtraDataField.Type

Value

Value for the field. If type is string, it can contain formatspecifiers (use this for displaying numbers correctly as the user’s computer is set up).

Property Value

string

See Also

QuoteAgent