EventSubscription Class

Event subscription class.

Definition

Namespace: Aliquo.Core.Models
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public class EventSubscription
Inheritance
Object    EventSubscription

Constructors

EventSubscriptionInitializes a new instance of the EventSubscription class

Properties

Fields List of fields to include in the body of the notification.
Headers Headers to include in the notification [Cabeceras].
Id Subscription ID [Id].
Name Subscriber name [Nombre].
Reference Subscription related reference [Referencia].
Table Subscription related table [Tabla].
Type Subscription event type [IdTipo].
Url URL for notification [Url].
UserId User identification code

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also