Class DBC.WinPosSizeFields
Fields for WinPosSize, Stores the position and size of each window, so they can be shown in the same place again
Namespace: SuperOffice.CRM.Data
Assembly: SoDataBase.dll
Syntax
public static class WinPosSizeFields : Object
Fields
AssocId
WinPosSize.AssocId: Owning associate
Declaration
public const string AssocId = "assoc_id"
Field Value
Type | Description |
---|---|
String |
ExtraId
WinPosSize.ExtraId: Spare ID, not yet in use
Declaration
public const string ExtraId = "extraId"
Field Value
Type | Description |
---|---|
String |
ExtraInfo
WinPosSize.ExtraInfo: Extra information - show state, or whatever is required
Declaration
public const string ExtraInfo = "extraInfo"
Field Value
Type | Description |
---|---|
String |
Height
WinPosSize.Height: The height of the widget
Declaration
public const string Height = "height"
Field Value
Type | Description |
---|---|
String |
LeftX
WinPosSize.LeftX: X of origin, left edge of widget
Declaration
public const string LeftX = "leftX"
Field Value
Type | Description |
---|---|
String |
Owner
WinPosSize.Owner: The dialog, panel or whatever that owns this record
Declaration
public const string Owner = "owner"
Field Value
Type | Description |
---|---|
String |
Registered
WinPosSize.Registered: Registered when
Declaration
public const string Registered = "registered"
Field Value
Type | Description |
---|---|
String |
RegisteredAssociateId
WinPosSize.RegisteredAssociateId: Registered by whom
Declaration
public const string RegisteredAssociateId = "registered_associate_id"
Field Value
Type | Description |
---|---|
String |
State
WinPosSize.State: Normal = 0, Maximized = 1, Minimized = 2
Declaration
public const string State = "state"
Field Value
Type | Description |
---|---|
String |
Updated
WinPosSize.Updated: Last updated when
Declaration
public const string Updated = "updated"
Field Value
Type | Description |
---|---|
String |
UpdatedAssociateId
WinPosSize.UpdatedAssociateId: Last updated by whom
Declaration
public const string UpdatedAssociateId = "updated_associate_id"
Field Value
Type | Description |
---|---|
String |
UpdatedCount
WinPosSize.UpdatedCount: Number of updates made to this record
Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type | Description |
---|---|
String |
UpperY
WinPosSize.UpperY: Y of origin, upper edge of widget
Declaration
public const string UpperY = "upperY"
Field Value
Type | Description |
---|---|
String |
Width
WinPosSize.Width: The width of the widget
Declaration
public const string Width = "width"
Field Value
Type | Description |
---|---|
String |
WinPosSizeId
WinPosSize.WinPosSizeId: Primary key
Declaration
public const string WinPosSizeId = "WinPosSize_id"
Field Value
Type | Description |
---|---|
String |