Show / Hide Table of Contents

Class WebhookSet

Inheritance
object
ModelBase
Webhook
WebhookSet
Implements
INameObject
IWebhookSet
IWebhook
IModel
IAttributeObject
IKeyEquatable<IWebhook>
IEquatable<IWebhook>
IEquatable<IWebhookSet>
Inherited Members
Webhook.Equals(IWebhook)
Webhook.EqualKey(IWebhook)
Webhook.GetUiString()
Webhook.Name
Webhook.ReceiverAddress
Webhook.Action
Webhook.Attributes
ModelBase.ToString()
ModelBase.Id
ModelBase.IsExistingObject
ModelBase.IsNewObject
ModelBase.Status
ModelBase.Created
ModelBase.Updated
ModelBase.UpdateMode
object.GetType()
object.MemberwiseClone()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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()

Declaration
public WebhookSet()

WebhookSet(Webhook)

Declaration
public WebhookSet(Webhook copySource)
Parameters
Type Name Description
Webhook copySource

WebhookSet(WebhookSet)

Declaration
public WebhookSet(WebhookSet copySource)
Parameters
Type Name Description
WebhookSet copySource

Properties

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

Implements

INameObject
IWebhookSet
IWebhook
IModel
IAttributeObject
IKeyEquatable<T>
IEquatable<T>
IEquatable<T>

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