Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeDto

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

    Constructors

    View Source

    DataTypeDto()

    Declaration
    public DataTypeDto()

    Fields

    View Source

    PrimaryKeyColumnName

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

    TableName

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

    Properties

    View Source

    Configuration

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

    DbType

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

    EditorAlias

    Declaration
    public string EditorAlias { get; set; }
    Property Value
    Type Description
    string
    View Source

    EditorUiAlias

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

    NodeDto

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

    NodeId

    Declaration
    [PrimaryKeyColumn(AutoIncrement = false)]
    [ForeignKey(typeof(NodeDto))]
    public int NodeId { get; set; }
    Property Value
    Type Description
    int
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX