Show / Hide Table of Contents

Interface IWebhookSet

Inherited Members
IWebhook.Name
IWebhook.ReceiverAddress
IWebhook.Action
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IAttributeObject.Attributes
IKeyEquatable<IWebhook>.EqualKey(IWebhook)
IEquatable<IWebhook>.Equals(IWebhook)
IEquatable<IWebhookSet>.Equals(IWebhookSet)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWebhookSet : IWebhook, IModel, IAttributeObject, IKeyEquatable<IWebhook>, IEquatable<IWebhook>, IEquatable<IWebhookSet>

Properties

Messages

Declaration
List<WebhookMessage> Messages { get; set; }
Property Value
Type Description
List<WebhookMessage>

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