A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Models.IDataType.html below:

View Source Interface IDataType

Represents a data type.

Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntax
public interface IDataType : IUmbracoEntity, ITreeEntity, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties View Source ConfigurationData

Gets or sets the configuration data.

Declaration
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
object ConfigurationObject { get; }
Property Value Type Description System.Object View Source DatabaseType

Gets or sets the database type for the data type values.

Declaration
ValueStorageType DatabaseType { get; set; }
Property Value View Source Editor

Gets or sets the property editor.

Declaration
IDataEditor Editor { get; set; }
Property Value View Source EditorAlias

Gets the property editor alias.

Declaration
string EditorAlias { get; }
Property Value Type Description System.String View Source EditorUiAlias

Gets the property editor UI alias.

Declaration
string 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

Declaration
virtual 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