Show / Hide Table of Contents

Class UDPersonLargeRecordData

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

Inheritance
object
UDPersonLargeRecordData
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 UDPersonLargeRecordData
Remarks

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

Constructors

UDPersonLargeRecordData()

Declaration
public UDPersonLargeRecordData()

Fields

String41

string value 41, indexed

Declaration
public string String41
Field Value
Type Description
string

String42

string value 42, indexed

Declaration
public string String42
Field Value
Type Description
string

String43

string value 43, indexed

Declaration
public string String43
Field Value
Type Description
string

String44

string value 44, indexed

Declaration
public string String44
Field Value
Type Description
string

String45

string value 45, not indexed

Declaration
public string String45
Field Value
Type Description
string

String46

string value 46, not indexed

Declaration
public string String46
Field Value
Type Description
string

String47

string value 47, not indexed

Declaration
public string String47
Field Value
Type Description
string

String48

string value 48, not indexed

Declaration
public string String48
Field Value
Type Description
string

String49

string value 49, not indexed

Declaration
public string String49
Field Value
Type Description
string

UdpersonLargeId

Primary key

Declaration
public int UdpersonLargeId
Field Value
Type Description
int

Extension Methods

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