View Source
Class PropertyTypeBasic
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class PropertyTypeBasic : object
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
AllowCultureVariant
Declaration
public bool AllowCultureVariant { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
AllowSegmentVariant
Declaration
public bool AllowSegmentVariant { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
DataTypeIcon
Declaration
public string DataTypeIcon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
DataTypeId
Declaration
public int DataTypeId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
DataTypeKey
Declaration
public Guid DataTypeKey { get; set; }
Property Value
View Source
DataTypeName
Declaration
public string DataTypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
GroupId
Declaration
public int GroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Inherited
Gets a value indicating whether the property type is inherited through
content types composition.
Declaration
public bool Inherited { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Label
Declaration
public string Label { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
LabelOnTop
Declaration
public bool LabelOnTop { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
SortOrder
Declaration
public int SortOrder { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Validation
Declaration
public PropertyTypeValidation Validation { get; set; }
Property Value