Search Results for

    Show / Hide Table of Contents
    View Source

    Class DataTypeDto

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

    Properties

    View Source

    Configuration

    Declaration
    public string Configuration { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    DbType

    Declaration
    public string DbType { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    EditorAlias

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

    NodeDto

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

    NodeId

    Declaration
    public int NodeId { get; set; }
    Property Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Configuration
      • DbType
      • EditorAlias
      • NodeDto
      • NodeId
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX