Class SearchCriteriaRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SearchCriteria table.
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class SearchCriteriaRecordData
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
SearchCriteriaRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the SearchCriteria table.
Declaration
public SearchCriteriaRecordData()
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
DisplayName
Display name when these criteria are a saved archive filter
Declaration
public string DisplayName
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Name
Name of this criteria collection
Declaration
public string Name
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
OwnerGuiName
Name of the owner GUI control, this is the GUI XML id in SIX.web
Declaration
public string OwnerGuiName
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
OwnerId
Record ID in ownerTable that owns these criteria
Declaration
public int OwnerId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
OwnerName
Name of owner; this is the archive provider name in NetServer/SIX.web
Declaration
public string OwnerName
Field Value
Type | Description |
---|---|
string |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
OwnerTable
Table number of table that owns these criteria
Declaration
public short OwnerTable
Field Value
Type | Description |
---|---|
short |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
OwnerType
Selection, Reporter, FindProject, ...
Declaration
public short OwnerType
Field Value
Type | Description |
---|---|
short |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo 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 SearchCriteriaRow 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 SearchCriteriaTableInfo 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 |
---|---|
int |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
SearchCriteriaId
Primary key
Declaration
public int SearchCriteriaId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
TextId
Extra information (descriptive) for this Criteria set
Declaration
public int TextId
Field Value
Type | Description |
---|---|
int |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo 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 SearchCriteriaRow 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 SearchCriteriaTableInfo 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 |
---|---|
int |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo 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 |
---|---|
short |
Remarks
Please use this class instead of a full SearchCriteriaRow 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 SearchCriteriaTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.