Show / Hide Table of Contents

Class WebhookServiceContext

Webhook service context

Inheritance
object
RootServiceContext
TenantServiceContext
WebhookServiceContext
Implements
IServiceContext
Inherited Members
TenantServiceContext.TenantId
RootServiceContext.ServiceType
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: PayrollEngine.Client.Service
Assembly: PayrollEngine.Client.Core.dll
Syntax
public class WebhookServiceContext : TenantServiceContext, IServiceContext

Constructors

WebhookServiceContext(ITenant, IWebhook)

Initializes a new instance of the WebhookServiceContext class

Declaration
public WebhookServiceContext(ITenant tenant, IWebhook webhook)
Parameters
Type Name Description
ITenant tenant

The tenant

IWebhook webhook

The webhook id

WebhookServiceContext(int, int)

Initializes a new instance of the WebhookServiceContext class

Declaration
public WebhookServiceContext(int tenantId, int webhookId)
Parameters
Type Name Description
int tenantId

The tenant id

int webhookId

The webhook id

Properties

WebhookId

The webhook id

Declaration
public int WebhookId { get; }
Property Value
Type Description
int

Implements

IServiceContext

Extension Methods

ConsoleExtensions.WriteProperties(object, bool)
ValueTypeExtensions.GetValueType(object)
ObjectInfo.GetPropertyValue(object, string)
ObjectInfo.GetPropertyValue<T>(object, string, T)
ObjectInfo.ResolvePropertyValue(object, string)
ObjectInfo.SetPropertyValue(object, string, object)
☀
☾
Back to top Generated by DocFX