View Source
Class Webhook2ContentTypeKeysDto
Assembly: Umbraco.Infrastructure.dll
Syntax
[TableName("umbracoWebhook2ContentTypeKeys")]
[ExplicitColumns]
public class Webhook2ContentTypeKeysDto
Properties
View Source
ContentTypeKey
Declaration
[Column("entityKey")]
public Guid ContentTypeKey { get; set; }
Property Value
View Source
WebhookId
Declaration
[Column("webhookId")]
[PrimaryKeyColumn(AutoIncrement = false, Name = "PK_webhookEntityKey2Webhook", OnColumns = "webhookId, entityKey")]
[ForeignKey(typeof(WebhookDto), OnDelete = Rule.Cascade)]
public int WebhookId { get; set; }
Property Value