Skip to main content

Class DashboardTileOption

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for DashboardTileOption. Dashboard Tile option

Inheritance

objectCarrierDashboardTileOption

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

DashboardTileOption()

Default constructor - defaults any enum props to 0.

Properties

DefaultDataOption

True if this option only applies to the default data source, not selections

Property Value

bool

Description

Option description, visible to users

Property Value

string

ListItems

List options given directly, not via MDO list name

Property Value

MDOListItem[]

ListName

An MDO list name, used if the type is list and no ListOptions are given

Property Value

string

Name

Name of option, usually not visible to users

Property Value

string

Type

The type of option - integer, list, boolean (checkbox) etc. NULL if unknown enum value.

Property Value

DashboardTileOptionType?

See Also

DashboardTileOption.Type_String

Type_String

The type of option - integer, list, boolean (checkbox) etc. Raw string enum value.

Property Value

string

See Also

DashboardTileOption.Type

Value

The value, encoded as string, Id:Name of list item if type is list

Property Value

string

See Also

DashboardAgent