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