View Source
Class Webhook2EventsDto
Assembly: Umbraco.Infrastructure.dll
Syntax
public class Webhook2EventsDto
Constructors
View Source
Webhook2EventsDto()
Declaration
public Webhook2EventsDto()
Fields
View Source
TableName
Declaration
public const string TableName = "umbracoWebhook2Events"
Field Value
Properties
View Source
Event
Declaration
public string Event { get; set; }
Property Value
View Source
WebhookId
Declaration
[PrimaryKeyColumn(AutoIncrement = false, Name = "PK_webhookEvent2WebhookDto", OnColumns = "webhookId, event")]
[ForeignKey(typeof(WebhookDto), OnDelete = Rule.Cascade)]
public int WebhookId { get; set; }
Property Value