Show / Hide Table of Contents

Class SuggestedDocumentRecordData

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

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

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

Constructors

SuggestedDocumentRecordData()

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

Declaration
public SuggestedDocumentRecordData()
Remarks

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

Fields

Deleted

0 -> record is active 1 -> record is 'deleted' and should not be shown in lists

Declaration
public short Deleted
Field Value
Type Description
Int16
Remarks

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

DocTmplId

Type of the suggested document

Declaration
public int DocTmplId
Field Value
Type Description
Int32
Remarks

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

Header

Suggested 'header'

Declaration
public string Header
Field Value
Type Description
String
Remarks

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

Name

Item name, visible in Guide

Declaration
public string Name
Field Value
Type Description
String
Remarks

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

OurRef

Suggested 'our reference'

Declaration
public string OurRef
Field Value
Type Description
String
Remarks

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

ProjectTypeStatusLinkId

Link to projectTypeStatusLink, the anchor for project guide items. Either this OR saleAnchorId should be set, not both at the same time.

Declaration
public int ProjectTypeStatusLinkId
Field Value
Type Description
Int32
Remarks

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

Rank

Rank, controls rank of non-instantiated items in Guide

Declaration
public short Rank
Field Value
Type Description
Int16
Remarks

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

Registered

Registered when in UTC.

Declaration
public DateTime Registered
Field Value
Type Description
DateTime
Remarks

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

RegisteredAssociateId

Registered by whom

Declaration
public int RegisteredAssociateId
Field Value
Type Description
Int32
Remarks

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

SaleTypeStageLinkId

Link to saleTypeStageLink, the anchor for sale guide items. Either this OR projectAnchorId should be set, not both at the same time.

Declaration
public int SaleTypeStageLinkId
Field Value
Type Description
Int32
Remarks

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

SuggestedDocumentId

Primary key

Declaration
public int SuggestedDocumentId
Field Value
Type Description
Int32
Remarks

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

Tooltip

Tooltip / description

Declaration
public string Tooltip
Field Value
Type Description
String
Remarks

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

Updated

Last updated when in UTC.

Declaration
public DateTime Updated
Field Value
Type Description
DateTime
Remarks

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

UpdatedAssociateId

Last updated by whom

Declaration
public int UpdatedAssociateId
Field Value
Type Description
Int32
Remarks

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

UpdatedCount

Number of updates made to this record

Declaration
public short UpdatedCount
Field Value
Type Description
Int16
Remarks

Please use this class instead of a full SuggestedDocumentRow 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 SuggestedDocumentTableInfo 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)
SuggestedDocumentRecordDataExtensions.ToInsert(SuggestedDocumentRecordData)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top