Search Results for

    Show / Hide Table of Contents

    Class DataTypeDto

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

    Properties

    Configuration

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

    DbType

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

    EditorAlias

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

    NodeDto

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

    NodeId

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