Table of Contents

Class PageCategory

Namespace: Casewhere.Models.Cms
Assembly: Casewhere.Models.dll

public class PageCategory : Entity, IIdentity

Inheritance

objectEntityPageCategory

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<PageCategory>(PageCategory)

Constructors

PageCategory()

public PageCategory()

Properties

IsActive

public bool IsActive { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Order

public int Order { get; set; }

Property Value

int

ParentId

public Guid? ParentId { get; set; }

Property Value

Guid?

ProductId

public Guid ProductId { get; set; }

Property Value

Guid

Methods

GetResourceName()

Gets the display name of the entity.

public override string GetResourceName()

Returns

string

The display name of the entity.