Class ChatTopicUserRows.IdxTopicId
Class representing index 'IDXChat_topic_userTopic_id'.
Inheritance
ChatTopicUserRows.IdxTopicId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public sealed class ChatTopicUserRows.IdxTopicId : ChatTopicUserRows.ChatTopicUserRowsIdx, ICloneable, ISentryIgnorable
Constructors
IdxTopicId(int)
Constructor for class ChatTopicUserRows.IdxTopicId This class represents index 'IDXChat_topic_userTopic_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 ChatTopicUserRow 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 ChatTopicUserRow. |