Represents a data type.
Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntaxpublic interface IDataType : IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties View Source ConfigurationData
Gets or sets the configuration data.
DeclarationIDictionary<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.
Declarationobject ConfigurationObject { get; }
Property Value Type Description System.Object View Source DatabaseType
Gets or sets the database type for the data type values.
DeclarationValueStorageType DatabaseType { get; set; }
Property Value View Source Editor
Gets or sets the property editor.
DeclarationIDataEditor Editor { get; set; }
Property Value View Source EditorAlias
Gets the property editor alias.
Declarationstring EditorAlias { get; }
Property Value Type Description System.String View Source EditorUiAlias
Gets the property editor UI alias.
Declarationstring EditorUiAlias { get; set; }
Property Value Type Description System.String Methods View Source DeepCloneWithResetIdentities()
Creates a deep clone of the current entity with its identity/alias reset We have the default implementation here to avoid breaking changes for the user
Declarationvirtual IDataType DeepCloneWithResetIdentities()
Returns
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