Search Results for

    Show / Hide Table of Contents
    View Source

    Class ConsentDto

    Inheritance
    object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class ConsentDto

    Constructors

    View Source

    ConsentDto()

    Declaration
    public ConsentDto()

    Fields

    View Source

    PrimaryKeyColumnName

    Declaration
    public const string PrimaryKeyColumnName = "id"
    Field Value
    Type Description
    string
    View Source

    TableName

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

    Properties

    View Source

    Action

    Declaration
    [Length(512)]
    public string? Action { get; set; }
    Property Value
    Type Description
    string
    View Source

    Comment

    Declaration
    [NullSetting(NullSetting = NullSettings.Null)]
    public string? Comment { get; set; }
    Property Value
    Type Description
    string
    View Source

    Context

    Declaration
    [Length(128)]
    public string? Context { get; set; }
    Property Value
    Type Description
    string
    View Source

    CreateDate

    Declaration
    [Constraint(Default = SystemMethods.CurrentUTCDateTime)]
    public DateTime CreateDate { get; set; }
    Property Value
    Type Description
    DateTime
    View Source

    Current

    Declaration
    public bool Current { get; set; }
    Property Value
    Type Description
    bool
    View Source

    Id

    Declaration
    [PrimaryKeyColumn]
    public int Id { get; set; }
    Property Value
    Type Description
    int
    View Source

    Source

    Declaration
    [Length(512)]
    public string? Source { get; set; }
    Property Value
    Type Description
    string
    View Source

    State

    Declaration
    public int State { get; set; }
    Property Value
    Type Description
    int
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX