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