Class AudienceVisibilityRecordData
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AudienceVisibility table.
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class AudienceVisibilityRecordData : Object
Remarks
Please use this class instead of a full AudienceVisibilityRow 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 AudienceVisibilityTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Constructors
AudienceVisibilityRecordData()
POCO (Plain Old CLR Object) class that can be used to hold data corresponding to a row from the AudienceVisibility table.
Declaration
public AudienceVisibilityRecordData()
Remarks
Please use this class instead of a full AudienceVisibilityRow 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 AudienceVisibilityTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Fields
AudienceVisibilityId
Primary key
Declaration
public int AudienceVisibilityId
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full AudienceVisibilityRow 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 AudienceVisibilityTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
Comment
A possible user comment
Declaration
public string Comment
Field Value
Type | Description |
---|---|
String |
Remarks
Please use this class instead of a full AudienceVisibilityRow 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 AudienceVisibilityTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ConstraintEnabled
If 1, this visibility constraint is enabled; otherwise it is there for the record, but not active
Declaration
public short ConstraintEnabled
Field Value
Type | Description |
---|---|
Int16 |
Remarks
Please use this class instead of a full AudienceVisibilityRow 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 AudienceVisibilityTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ControllingRecord
The record in the controlling table that defines visibility of the source record
Declaration
public int ControllingRecord
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full AudienceVisibilityRow 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 AudienceVisibilityTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ControllingTable
The table that controls visibility of the source record
Declaration
public short ControllingTable
Field Value
Type | Description |
---|---|
Int16 |
Remarks
Please use this class instead of a full AudienceVisibilityRow 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 AudienceVisibilityTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
ExtraInfo
Extra info value
Declaration
public int ExtraInfo
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full AudienceVisibilityRow 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 AudienceVisibilityTableInfo 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 AudienceVisibilityRow 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 AudienceVisibilityTableInfo 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 AudienceVisibilityRow 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 AudienceVisibilityTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
SourceRecord
Record ID in source table. This is the record to be made visible
Declaration
public int SourceRecord
Field Value
Type | Description |
---|---|
Int32 |
Remarks
Please use this class instead of a full AudienceVisibilityRow 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 AudienceVisibilityTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.
SourceTable
Source table, only table 'project' valid in Audience for Six
Declaration
public short SourceTable
Field Value
Type | Description |
---|---|
Int16 |
Remarks
Please use this class instead of a full AudienceVisibilityRow 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 AudienceVisibilityTableInfo 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 AudienceVisibilityRow 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 AudienceVisibilityTableInfo 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 AudienceVisibilityRow 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 AudienceVisibilityTableInfo 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 AudienceVisibilityRow 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 AudienceVisibilityTableInfo object, which in turn defines fields and aliases; there may be a Sentry on a row, and various other helper objects.