Class WebhookRuntimeMessage
The Webhook message client object
Implements
Inherited Members
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class WebhookRuntimeMessage : WebhookMessage, IWebhookRuntimeMessage, IWebhookMessage, IModel, IEquatable<IWebhookMessage>, IEquatable<IWebhookRuntimeMessage>
Constructors
WebhookRuntimeMessage()
Initializes a new instance
Declaration
public WebhookRuntimeMessage()
WebhookRuntimeMessage(WebhookRuntimeMessage)
Initializes a new instance from a copy
Declaration
public WebhookRuntimeMessage(WebhookRuntimeMessage copySource)
Parameters
| Type | Name | Description |
|---|---|---|
| WebhookRuntimeMessage | copySource | The copy source |
Properties
Tenant
The tenant identifier
Declaration
[Required]
[StringLength(128)]
public string Tenant { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
User
The user identifier
Declaration
[Required]
[StringLength(128)]
public string User { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
Equals(IWebhookRuntimeMessage)
Declaration
public virtual bool Equals(IWebhookRuntimeMessage compare)
Parameters
| Type | Name | Description |
|---|---|---|
| IWebhookRuntimeMessage | compare |
Returns
| Type | Description |
|---|---|
| bool |
ToString()
Returns a string that represents this instance
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | A string that represents this instance |