Show / Hide Table of Contents

Class DBC.SORFieldFields

Fields for SORField, SuperOffice reporter data

Inheritance
object
DBC.SORFieldFields
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 DBC.SORFieldFields

Fields

Alignment

SORField.Alignment: 0=left, 1=right, 2=center

Declaration
public const string Alignment = "alignment"
Field Value
Type Description
string

Content

SORField.Content: Field: db field name; Label: caption; image: file name; otherwise - empty

Declaration
public const string Content = "content"
Field Value
Type Description
string

ContentResId

SORField.ContentResId: resource id if translatable resource

Declaration
public const string ContentResId = "contentResId"
Field Value
Type Description
string

DataFormat

SORField.DataFormat: Field format mask

Declaration
public const string DataFormat = "dataFormat"
Field Value
Type Description
string

FieldType

SORField.FieldType: field, label, line, image, pagenr, pages, date, associatename

Declaration
public const string FieldType = "fieldType"
Field Value
Type Description
string

FontBold

SORField.FontBold: 1=bold

Declaration
public const string FontBold = "fontBold"
Field Value
Type Description
string

FontColor

SORField.FontColor: colour index

Declaration
public const string FontColor = "fontColor"
Field Value
Type Description
string

FontItalic

SORField.FontItalic: 1=iatlic

Declaration
public const string FontItalic = "fontItalic"
Field Value
Type Description
string

FontName

SORField.FontName: Name of font

Declaration
public const string FontName = "fontName"
Field Value
Type Description
string

FontSize

SORField.FontSize: In points

Declaration
public const string FontSize = "fontSize"
Field Value
Type Description
string

FontStrikethrough

SORField.FontStrikethrough: 1=strikethrough

Declaration
public const string FontStrikethrough = "fontStrikethrough"
Field Value
Type Description
string

FontUnderline

SORField.FontUnderline: 1=underline

Declaration
public const string FontUnderline = "fontUnderline"
Field Value
Type Description
string

Func

SORField.Func: -1=NULL, 0=ddSFSum, 1=ddSFAvg, 2=ddSFCount, 3=dSFMin, 4=ddSFMax

Declaration
public const string Func = "func"
Field Value
Type Description
string

GroupType

SORField.GroupType: -1=NULL, 0=ddSMNone, 1=ddSMGrandTotal, 2=ddSMPageTotal, 3=ddSMSubTotal, 4=ddSMPageCount

Declaration
public const string GroupType = "groupType"
Field Value
Type Description
string

Registered

SORField.Registered: Registered when

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

RegisteredAssociateId

SORField.RegisteredAssociateId: Registered by whom

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

Running

SORField.Running: -1=NULL, 0=ddSRNone, 1=ddSRGroup, 2=ddSRAll

Declaration
public const string Running = "running"
Field Value
Type Description
string

SORFieldId

SORField.SORFieldId: Primary key

Declaration
public const string SORFieldId = "SORField_id"
Field Value
Type Description
string

SORSectionId

SORField.SORSectionId: Foreign key to Section

Declaration
public const string SORSectionId = "SORSection_id"
Field Value
Type Description
string

SetHeight

SORField.SetHeight: height in twips

Declaration
public const string SetHeight = "setHeight"
Field Value
Type Description
string

SetLeft

SORField.SetLeft: left position in twips

Declaration
public const string SetLeft = "setLeft"
Field Value
Type Description
string

SetTop

SORField.SetTop: top position in twips

Declaration
public const string SetTop = "setTop"
Field Value
Type Description
string

SetWidth

SORField.SetWidth: width in twips

Declaration
public const string SetWidth = "setWidth"
Field Value
Type Description
string

Sgroup

SORField.Sgroup: Which group to use for heading: GroupHeader1-3 or empty string

Declaration
public const string Sgroup = "sgroup"
Field Value
Type Description
string

Updated

SORField.Updated: Last updated when

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

UpdatedAssociateId

SORField.UpdatedAssociateId: Last updated by whom

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

UpdatedCount

SORField.UpdatedCount: Number of updates made to this record

Declaration
public const string UpdatedCount = "updatedCount"
Field Value
Type Description
string

Visible

SORField.Visible: Is field visible, 1=true

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