View Source
Class EntityBasic
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class EntityBasic : object
Constructors
View Source
EntityBasic()
Declaration
Properties
View Source
AdditionalData
A collection of extra data that is available for this specific entity/entity type
Declaration
public IDictionary<string, object> AdditionalData { get; }
Property Value
Type |
Description |
IDictionary<System.String, System.Object> |
|
View Source
Alias
This will only be populated for some entities like macros
Declaration
public virtual string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Id
Declaration
public object Id { get; set; }
Property Value
Type |
Description |
System.Object |
|
View Source
Key
This is the unique Id stored in the database - but could also be the unique id for a custom membership provider
Declaration
public Guid Key { get; set; }
Property Value
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
ParentId
Declaration
public int ParentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
View Source
Path
Declaration
public string Path { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Trashed
Declaration
public bool Trashed { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Udi
Declaration
public Udi Udi { get; set; }
Property Value