Class WebhookUsageRow.IdxWebhookUsageId
Class representing index 'IDXWebhook_usageId'.
Inheritance
WebhookUsageRow.IdxWebhookUsageId
Inherited Members
Namespace: SuperOffice.CRM.Rows
Assembly: SoDataBase.dll
Syntax
public class WebhookUsageRow.IdxWebhookUsageId : WebhookUsageRow.WebhookUsageRowIdx, ICloneable, ISentryIgnorable
Constructors
IdxWebhookUsageId(int)
Constructor for class WebhookUsage.IdxWebhookUsageId This class represents index 'IDXWebhook_usageId'.
Declaration
public IdxWebhookUsageId(int webhookUsageId)
Parameters
| Type | Name | Description |
|---|---|---|
| int | webhookUsageId |
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
Methods
UpdateRow(TableRowBase)
Update the WebhookUsageRow 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 WebhookUsageRow. |