Show / Hide Table of Contents

Interface IWebhookMessage

Inherited Members
IModel.GetUiString()
IModel.Id
IModel.IsExistingObject
IModel.IsNewObject
IModel.Status
IModel.Created
IModel.Updated
IModel.UpdateMode
IEquatable<IWebhookMessage>.Equals(IWebhookMessage)
Namespace: PayrollEngine.Client.Model
Assembly: PayrollEngine.Client.Core.dll
Syntax
public interface IWebhookMessage : IModel, IEquatable<IWebhookMessage>

Properties

ActionName

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

ReceiverAddress

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

RequestDate

Declaration
DateTime RequestDate { get; set; }
Property Value
Type Description
DateTime

RequestMessage

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

RequestOperation

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

ResponseDate

Declaration
DateTime ResponseDate { get; set; }
Property Value
Type Description
DateTime

ResponseMessage

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

ResponseStatus

Declaration
int ResponseStatus { get; set; }
Property Value
Type Description
int

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