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