Show / Hide Table of Contents

Class WebhookRuntimeMessage

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()

Declaration
public WebhookRuntimeMessage()

WebhookRuntimeMessage(WebhookRuntimeMessage)

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

Properties

Tenant

Declaration
[Required]
[StringLength(128)]
public string Tenant { get; set; }
Property Value
Type Description
string

User

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()

Declaration
public override string ToString()
Returns
Type Description
string
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