Skip to main content

Class CustomObject

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for CustomObject. A single row in a Custom Object table.

Inheritance

objectCarrierCustomObject

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

CustomObject()

Default constructor - defaults any enum props to 0.

Properties

DefinitionName

Database table name of the Custom Object Definition this row belongs to, e.g. ‘y_equipment’.

Property Value

string

Id

Primary key of the row.

Property Value

int

Values

Column values for this row. Keys are database column names; values are formatted with CultureDataFormatter (e.g. ‘[I:42]’ for integers).

Property Value

StringDictionary

See Also

CustomObjectAgent