Class WebhookProvider
Archive provider for listing webhooks. Lists all webhooks in the Webhook table.
Inheritance
WebhookProvider
Implements
Inherited Members
Namespace: SuperOffice.CRM.ArchiveLists
Assembly: SoDataBase.BusinessLogic.dll
Syntax
[ArchiveProvider("Webhook", 1073741823)]
public class WebhookProvider : TypedQueryProviderBase<ArchiveRow, WebhookWebhookExtender>, IArchiveProviderQueryMapping, IArchiveQueryProvider, IArchiveProviderExtensible, IArchiveTypedProvider<ArchiveRow>, IArchiveTypedProviderBase, IArchiveProvider, IArchiveProviderHasRows, IArchiveProviderHasColumns, IArchiveProviderHasEntities
Constructors
WebhookProvider()
Archive provider for listing webhooks. Lists all webhooks in the Webhook table.
Declaration
public WebhookProvider()
Fields
ProviderName
Archive provider for listing webhooks. Lists all webhooks in the Webhook table.
Declaration
public const string ProviderName = "Webhook"
Field Value
| Type | Description |
|---|---|
| string |
RowTypeName
Archive provider for listing webhooks. Lists all webhooks in the Webhook table.
Declaration
public const string RowTypeName = "webhook"
Field Value
| Type | Description |
|---|---|
| string |