Class WebhookSet
The Webhook set client object
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class WebhookSet : Webhook, INameObject, IWebhookSet, IWebhook, IModel, IAttributeObject, IKeyEquatable<IWebhook>, IEquatable<IWebhook>, IEquatable<IWebhookSet>
Constructors
WebhookSet()
Initializes a new instance
Declaration
public WebhookSet()
WebhookSet(Webhook)
Initializes a new instance from a copy
Declaration
public WebhookSet(Webhook copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| Webhook | copySource | The copy source |
WebhookSet(WebhookSet)
Initializes a new instance from a copy
Declaration
public WebhookSet(WebhookSet copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| WebhookSet | copySource | The copy source |
Properties
Messages
The webhook messages
Declaration
public List<WebhookMessage> Messages { get; set; }
Property Value
| Type | Description |
|---|---|
| List<WebhookMessage> |
Methods
Equals(IWebhookSet)
Declaration
public virtual bool Equals(IWebhookSet compare)
Parameters
| Type | Name | Description |
|---|---|---|
| IWebhookSet | compare |
Returns
| Type | Description |
|---|---|
| bool |