Show / Hide Table of Contents

Interface IWebhookRuntimeMessage

Inherited Members
IWebhookMessage.ActionName
IWebhookMessage.ReceiverAddress
IWebhookMessage.RequestDate
IWebhookMessage.RequestMessage
IWebhookMessage.RequestOperation
IWebhookMessage.ResponseDate
IWebhookMessage.ResponseStatus
IWebhookMessage.ResponseMessage
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IEquatable<IWebhookMessage>.Equals(IWebhookMessage)
IEquatable<IWebhookRuntimeMessage>.Equals(IWebhookRuntimeMessage)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWebhookRuntimeMessage : IWebhookMessage, IModel, IEquatable<IWebhookMessage>, IEquatable<IWebhookRuntimeMessage>

Properties

Tenant

Declaration
string Tenant { get; set; }
Property Value
Type Description
string

User

Declaration
string User { get; set; }
Property Value
Type Description
string

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