Show / Hide Table of Contents

Class SuperListColumnSizeRecordData

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

Inheritance
object
SuperListColumnSizeRecordData
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 SuperListColumnSizeRecordData
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Constructors

SuperListColumnSizeRecordData()

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

Declaration
public SuperListColumnSizeRecordData()
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Fields

AssocId

Owning associate

Declaration
public int AssocId
Field Value
Type Description
int
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ColumnSize

The size, either as a percentage, characters, or other code as needed

Declaration
public string ColumnSize
Field Value
Type Description
string
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ConfigurationName

Name to show in dropdowns/menus so this configuration can be selected

Declaration
public string ConfigurationName
Field Value
Type Description
string
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ExtraInfo

Extra information - show state, or whatever is required

Declaration
public string ExtraInfo
Field Value
Type Description
string
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

GroupId

Optional group id, if layout is bound to a group

Declaration
public int GroupId
Field Value
Type Description
int
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ListColumn

The name of the column

Declaration
public string ListColumn
Field Value
Type Description
string
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

ListOwner

The dialog, panel or whatever that owns this record

Declaration
public string ListOwner
Field Value
Type Description
string
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

OrderByDirection

Direction, 1 = ascending, 2 = descending; 0 = not an orderby column

Declaration
public short OrderByDirection
Field Value
Type Description
short
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

OrderByRank

Order by rank, 0 if this column is not part of orderby

Declaration
public short OrderByRank
Field Value
Type Description
short
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

OwnerRecord

Optional owner record id, if layout is bound to an owner

Declaration
public int OwnerRecord
Field Value
Type Description
int
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

OwnerTable

Optional owner table, if layout is bound to an owner (Selection, ...)

Declaration
public short OwnerTable
Field Value
Type Description
short
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

Rank

Column rank, from left to right in display

Declaration
public short Rank
Field Value
Type Description
short
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo 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 SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo 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 SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.

SuperListColumnSizeId

Primary key

Declaration
public int SuperListColumnSizeId
Field Value
Type Description
int
Remarks

Please use this class instead of a full SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo 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 SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo 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 SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo 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 SuperListColumnSizeRow 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 SuperListColumnSizeTableInfo 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)
SuperListColumnSizeRecordDataExtensions.ToInsertAsync(SuperListColumnSizeRecordData, 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