Implements IDataType.
InheritanceSystem.Object
Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntax[DataContract(IsReference = true)]
public class DataType : TreeEntityBase, IDataType, IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Constructors View Source DataType(IDataEditor, IConfigurationEditorJsonSerializer, Int32)
Initializes a new instance of the DataType class.
Declarationpublic DataType(IDataEditor editor, IConfigurationEditorJsonSerializer serializer, int parentId = -1)
Parameters Properties View Source ConfigurationData
Gets or sets the configuration data.
Declarationpublic IDictionary<string, object> ConfigurationData { get; set; }
Property Value Type Description IDictionary<System.String, System.Object> View Source ConfigurationObject
Gets an object representation of the configuration data.
Declaration[DataMember]
public object ConfigurationObject { get; }
Property Value Type Description System.Object View Source DatabaseType
Gets or sets the database type for the data type values.
Declaration[DataMember]
public ValueStorageType DatabaseType { get; set; }
Property Value View Source Editor
Gets or sets the property editor.
Declaration[IgnoreDataMember]
public IDataEditor Editor { get; set; }
Property Value View Source EditorAlias
Gets the property editor alias.
Declaration[DataMember]
public string EditorAlias { get; }
Property Value Type Description System.String View Source EditorUiAlias
Gets the property editor UI alias.
Declaration[DataMember]
public string EditorUiAlias { get; set; }
Property Value Type Description System.String Methods View Source SetConfigurationData(IDictionary<String, Object>)
Sets the configuration without invoking property changed events.
Declarationpublic void SetConfigurationData(IDictionary<string, object> configurationData)
Parameters Type Name Description IDictionary<System.String, System.Object> configurationData
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4