Class ChatSessionRows.IdxTopicId
Class representing index 'IDXChat_sessionTopic_id'.
Inheritance
ChatSessionRows.IdxTopicId
Inherited Members
Namespace: SuperOfficeCRMRows
Assembly: SoDataBase.dll
Syntax
public sealed class ChatSessionRows.IdxTopicId : ChatSessionRows.ChatSessionRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTopicId(int)
Constructor for class ChatSessionRows.IdxTopicId This class represents index 'IDXChat_sessionTopic_id'.
Declaration
public IdxTopicId(int topicId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | topicId |
Properties
InnerRestriction
The Restriction passed to the Select statement.
Declaration
protected override Restriction InnerRestriction { get; }
Property Value
| Type | Description |
|---|---|
| Restriction | Restriction object holding the restrictions for the select statement. |
Overrides
TopicId
The reference to the associated chat topic.
Declaration
public int TopicId { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
UpdateRow(TableRowBase)
Update the ChatSessionRow with the values from the index.
Declaration
public override void UpdateRow(TableRowBase baseRow)
Parameters
| Type | Name | Description |
|---|---|---|
| TableRowBase | baseRow | The row to update. This must be an instance of ChatSessionRow. |