Show / Hide Table of Contents

Class BoardViewSettingsRecordData

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the board_view_settings table.

Inheritance
object
BoardViewSettingsRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class BoardViewSettingsRecordData
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

BoardViewSettingsRecordData()

POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the board_view_settings table.

Declaration
public BoardViewSettingsRecordData()
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

AssociateId

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

Declaration
public int AssociateId
Field Value
Type Description
int
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

BoardViewSettingsId

Primary key

Declaration
public int BoardViewSettingsId
Field Value
Type Description
int
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ColorBy

Column name to color on

Declaration
public string ColorBy
Field Value
Type Description
string
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

EntityType

The kind of board view entity these settings belong to

Declaration
public BoardViewEntityType EntityType
Field Value
Type Description
BoardViewEntityType
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Filters

Column names to filter on, comma separated

Declaration
public string Filters
Field Value
Type Description
string
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

GroupBy

Column name to group on

Declaration
public string GroupBy
Field Value
Type Description
string
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

HideEmptyGroups

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

Declaration
public short HideEmptyGroups
Field Value
Type Description
short
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Registered

Registered when in UTC.

Declaration
public DateTime Registered
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

RegisteredAssociateId

Registered by whom

Declaration
public int RegisteredAssociateId
Field Value
Type Description
int
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SelectionId

The selection this board view settings belongs to

Declaration
public int SelectionId
Field Value
Type Description
int
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Settings

Settings that are not common to all board views. These are the unique properties of the sub carriers. Stored in json format.

Declaration
public string Settings
Field Value
Type Description
string
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SortBy

Column name to sort on

Declaration
public string SortBy
Field Value
Type Description
string
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SortDesc

True if the sort is descending

Declaration
public short SortDesc
Field Value
Type Description
short
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SubGroupBy

Column name to group on

Declaration
public string SubGroupBy
Field Value
Type Description
string
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SumBy

Column name to sum on

Declaration
public string SumBy
Field Value
Type Description
string
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Updated

Last updated when in UTC.

Declaration
public DateTime Updated
Field Value
Type Description
DateTime
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

UpdatedAssociateId

Last updated by whom

Declaration
public int UpdatedAssociateId
Field Value
Type Description
int
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

UpdatedCount

Number of updates made to this record

Declaration
public short UpdatedCount
Field Value
Type Description
short
Remarks

Please use this class instead of a full BoardViewSettingsRow object when you do not need to create or update a value in the database. Row objects have a large overhead since they carry the corresponding BoardViewSettingsTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Extension Methods

EnumUtil.MapEnums<From, To>(From)
BoardViewSettingsRecordDataExtensions.ToInsertAsync(BoardViewSettingsRecordData, CancellationToken)
Converters.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top