Show / Hide Table of Contents

Class WebhookRuntimeMessage

The Webhook message client object

Inheritance
object
ModelBase
WebhookMessage
WebhookRuntimeMessage
Implements
IWebhookRuntimeMessage
IWebhookMessage
IModel
IEquatable<IWebhookMessage>
IEquatable<IWebhookRuntimeMessage>
Inherited Members
WebhookMessage.Equals(IWebhookMessage)
WebhookMessage.GetUiString()
WebhookMessage.ActionName
WebhookMessage.ReceiverAddress
WebhookMessage.RequestDate
WebhookMessage.RequestMessage
WebhookMessage.RequestOperation
WebhookMessage.ResponseDate
WebhookMessage.ResponseStatus
WebhookMessage.ResponseMessage
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 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

Overrides
WebhookMessage.ToString()

Implements

IWebhookRuntimeMessage
IWebhookMessage
IModel
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