Show / Hide Table of Contents

Class SORFCTRecordData

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

Inheritance
object
SORFCTRecordData
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: SuperOfficeCRMRows
Assembly: SoDataBase.dll
Syntax
public class SORFCTRecordData
Remarks

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

Constructors

SORFCTRecordData()

Declaration
public SORFCTRecordData()

Fields

AggregateFunction

-1=NULL, 0=Sum, 1=Count, 2=Avg, 3=Max, 4=Min

Declaration
public short AggregateFunction
Field Value
Type Description
short

Caption

row/column headers

Declaration
public string Caption
Field Value
Type Description
string

CaptionResId

resource id if translatable resource

Declaration
public uint CaptionResId
Field Value
Type Description
uint

Content

if field type in (0,1,2,3) then Field name from db to be selected

Declaration
public string Content
Field Value
Type Description
string

DisplayType

-1=NULL, 0=Normal, 1=column

Declaration
public short DisplayType
Field Value
Type Description
short

FieldType

-1=NULL, 0=hidden, 1=Column, 2=Row, 3=Data, 6=pagenr, 7=title, 8=associatename

Declaration
public short FieldType
Field Value
Type Description
short

GroupFooterType

-1=NULL, 0=none, 1=Sum, 2=Avg, 3=Count

Declaration
public short GroupFooterType
Field Value
Type Description
short

NumberFormat

Formatting for data strings, like #0, #000.00 etc

Declaration
public string NumberFormat
Field Value
Type Description
string

Registered

Registered when in UTC.

Declaration
public DateTime Registered
Field Value
Type Description
DateTime

RegisteredAssociateId

Registered by whom

Declaration
public int RegisteredAssociateId
Field Value
Type Description
int

SORFCTId

Primary key

Declaration
public int SORFCTId
Field Value
Type Description
int

SORSectionId

Foreign key to Section

Declaration
public int SORSectionId
Field Value
Type Description
int

TotalsCaption

Caption for totals row/column headers

Declaration
public string TotalsCaption
Field Value
Type Description
string

TotalsResId

resource id if translatable resource

Declaration
public uint TotalsResId
Field Value
Type Description
uint

Updated

Last updated when in UTC.

Declaration
public DateTime Updated
Field Value
Type Description
DateTime

UpdatedAssociateId

Last updated by whom

Declaration
public int UpdatedAssociateId
Field Value
Type Description
int

UpdatedCount

Number of updates made to this record

Declaration
public short UpdatedCount
Field Value
Type Description
short

Extension Methods

EnumUtil.MapEnums<From, To>(From)
SORFCTRecordDataExtensions.ToInsertAsync(SORFCTRecordData, 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