Skip to main content

Class BoardViewSettingsBase

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for BoardViewSettingsBase. Board view settings.

Inheritance

objectBoardViewSettingsBase

Derived

ContactPersonBoardViewSettings, ProjectBoardViewSettings, SaleBoardViewSettings

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

BoardViewSettingsBase()

Default constructor - defaults any enum props to 0.

Properties

AssociateId

The associate this board view settings belongs to (0 for all)

Property Value

int

BoardViewSettingsId

Primary key

Property Value

int

ColorBy

Column name to color on

Property Value

string

EntityType

The kind of board view entity these settings belong to NULL if unknown enum value.

Property Value

BoardViewEntityType?

See Also

BoardViewSettingsBase.EntityType_String

EntityType_String

The kind of board view entity these settings belong to Raw string enum value.

Property Value

string

See Also

BoardViewSettingsBase.EntityType

Filters

Column names to filter on, comma separated

Property Value

string

GroupBy

Column name to group on

Property Value

string

HideEmptyGroups

Do not show groups with no members/elements if this is true

Property Value

bool

SelectionId

The selection this board view settings belongs to

Property Value

int

SortBy

Column name to sort on

Property Value

string

SortDesc

True if the sort is descending

Property Value

bool

SubGroupBy

Column name to group on

Property Value

string

SumBy

Column name to sum on

Property Value

string

See Also

SelectionAgent