Class WidgetCategory
Namespace: Casewhere.Models.Cms
Assembly: Casewhere.Models.dll
public class WidgetCategory : Entity, IIdentity
Inheritance
object ← Entity ← WidgetCategory
Implements
IIdentity
Inherited Members
Entity.GetResourceName(), Entity.Id, Entity.Version, Entity.CreatedBy, Entity.CreatedAt, Entity.ModifiedBy, Entity.ModifiedAt, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<WidgetCategory>(WidgetCategory)
Constructors
WidgetCategory()
public WidgetCategory()
Properties
Description
public string Description { get; set; }
Property Value
Icon
public string Icon { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
ProductId
public Guid ProductId { get; set; }
Property Value
Methods
GetResourceName()
Gets the display name of the entity.
public override string GetResourceName()
Returns
The display name of the entity.