Show / Hide Table of Contents

Class DBC.SuperListColumnSizeFields

Fields for SuperListColumnSize, Stores the relative size (in percent) or in characters of a column in a SuperList

Inheritance
Object
DBC.SuperListColumnSizeFields
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class SuperListColumnSizeFields

Fields

AssocId

SuperListColumnSize.AssocId: Owning associate

Declaration
public const string AssocId = "assoc_id"
Field Value
Type Description
String

ColumnSize

SuperListColumnSize.ColumnSize: The size, either as a percentage, characters, or other code as needed

Declaration
public const string ColumnSize = "columnSize"
Field Value
Type Description
String

ConfigurationName

SuperListColumnSize.ConfigurationName: Name to show in dropdowns/menus so this configuration can be selected

Declaration
public const string ConfigurationName = "configurationName"
Field Value
Type Description
String

ExtraInfo

SuperListColumnSize.ExtraInfo: Extra information - show state, or whatever is required

Declaration
public const string ExtraInfo = "extraInfo"
Field Value
Type Description
String

GroupId

SuperListColumnSize.GroupId: Optional group id, if layout is bound to a group

Declaration
public const string GroupId = "group_id"
Field Value
Type Description
String

ListColumn

SuperListColumnSize.ListColumn: The name of the column

Declaration
public const string ListColumn = "listColumn"
Field Value
Type Description
String

ListOwner

SuperListColumnSize.ListOwner: The dialog, panel or whatever that owns this record

Declaration
public const string ListOwner = "listOwner"
Field Value
Type Description
String

OrderByDirection

SuperListColumnSize.OrderByDirection: Direction, 1 = ascending, 2 = descending; 0 = not an orderby column

Declaration
public const string OrderByDirection = "orderByDirection"
Field Value
Type Description
String

OrderByRank

SuperListColumnSize.OrderByRank: Order by rank, 0 if this column is not part of orderby

Declaration
public const string OrderByRank = "orderByRank"
Field Value
Type Description
String

OwnerRecord

SuperListColumnSize.OwnerRecord: Optional owner record id, if layout is bound to an owner

Declaration
public const string OwnerRecord = "ownerRecord"
Field Value
Type Description
String

OwnerTable

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

Declaration
public const string OwnerTable = "ownerTable"
Field Value
Type Description
String

Rank

SuperListColumnSize.Rank: Column rank, from left to right in display

Declaration
public const string Rank = "rank"
Field Value
Type Description
String

Registered

SuperListColumnSize.Registered: Registered when

Declaration
public const string Registered = "registered"
Field Value
Type Description
String

RegisteredAssociateId

SuperListColumnSize.RegisteredAssociateId: Registered by whom

Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type Description
String

SuperListColumnSizeId

SuperListColumnSize.SuperListColumnSizeId: Primary key

Declaration
public const string SuperListColumnSizeId = "SuperListColumnSize_id"
Field Value
Type Description
String

Updated

SuperListColumnSize.Updated: Last updated when

Declaration
public const string Updated = "updated"
Field Value
Type Description
String

UpdatedAssociateId

SuperListColumnSize.UpdatedAssociateId: Last updated by whom

Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type Description
String

UpdatedCount

SuperListColumnSize.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
String
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top