Interface IUmbracoEntity
Represents an entity that can be managed by the entity service.
Namespace: Umbraco.Core.Models.Entities
Assembly: Umbraco.Core.dll
Syntax
public interface IUmbracoEntity : ITreeEntity, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Remarks
An IUmbracoEntity can be related to another via the IRelationService.
IUmbracoEntities can be retrieved with the IEntityService.
An IUmbracoEntity can participate in notifications.