Show / Hide Table of Contents

Class ExtFieldRecordData

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

Inheritance
Object
ExtFieldRecordData
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class ExtFieldRecordData : Object
Remarks

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

Constructors

ExtFieldRecordData()

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

Declaration
public ExtFieldRecordData()
Remarks

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

Fields

Datatype

The datatype for this field. TODO: depreciated?

Declaration
public int Datatype
Field Value
Type Description
Int32
Remarks

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

ExtFieldId

The primary key (auto-incremented)

Declaration
public int ExtFieldId
Field Value
Type Description
Int32
Remarks

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

ExtTable

The reference to the associated ext_table

Declaration
public int ExtTable
Field Value
Type Description
Int32
Remarks

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

Flags

Bitmap for flags for this entry.

Declaration
public int Flags
Field Value
Type Description
Int32
Remarks

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

Name

The name for this field.

Declaration
public string Name
Field Value
Type Description
String
Remarks

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

SeqOrder

The column number for this field. Strictly ascending.

Declaration
public int SeqOrder
Field Value
Type Description
Int32
Remarks

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

Target

The target for this field. E.g. 'customer.name'.

Declaration
public string Target
Field Value
Type Description
String
Remarks

Please use this class instead of a full ExtFieldRow 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 ExtFieldTableInfo 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)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
ExtFieldRecordDataExtensions.ToInsert(ExtFieldRecordData)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top