Search Results for

    Show / Hide Table of Contents
    View Source

    Class Webhook2HeadersDto

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    [TableName("umbracoWebhook2Headers")]
    public class Webhook2HeadersDto

    Fields

    View Source

    TableName

    Declaration
    public const string TableName = "umbracoWebhook2Headers"
    Field Value
    Type Description
    string

    Properties

    View Source

    Key

    Declaration
    [Column("Key")]
    public string Key { get; set; }
    Property Value
    Type Description
    string
    View Source

    Value

    Declaration
    [Column("Value")]
    public string Value { get; set; }
    Property Value
    Type Description
    string
    View Source

    WebhookId

    Declaration
    [Column("webhookId")]
    [PrimaryKeyColumn(AutoIncrement = false, Name = "PK_headers2WebhookDto", OnColumns = "webhookId, key")]
    [ForeignKey(typeof(WebhookDto), OnDelete = Rule.Cascade)]
    public int WebhookId { get; set; }
    Property Value
    Type Description
    int
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX