Class DashTileUsage
Defines where a DashTileDefinition can be used This Enum is used by: dashboard_tile_definition.usage This Enum consists of flag values that can be combined.
Namespace: SuperOffice.Data
Assembly: SoCore.dll
Syntax
public sealed class DashTileUsage : Enum
Fields
Dashboard
1: Visible in the tile library on the dashboard page
Declaration
public const DashTileUsage Dashboard
Field Value
Type | Description |
---|---|
DashTileUsage |
None
0: Not visible anywhere
Declaration
public const DashTileUsage None
Field Value
Type | Description |
---|---|
DashTileUsage |
Selection
2: Visible in the tile library on the selection page
Declaration
public const DashTileUsage Selection
Field Value
Type | Description |
---|---|
DashTileUsage |
value__
Defines where a DashTileDefinition can be used This Enum is used by: dashboard_tile_definition.usage This Enum consists of flag values that can be combined.
Declaration
public short value__
Field Value
Type | Description |
---|---|
Int16 |
Extension Methods
EnumUtil.MapEnums<From, To>(From)