View Source
Class DataTypeDto
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
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
EditorUiAlias
Declaration
public string EditorUiAlias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NodeDto
Declaration
public NodeDto NodeDto { get; set; }
Property Value
View Source
NodeId
Declaration
public int NodeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|