Table of Contents

Class PageV2

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

public class PageV2 : Entity, IIdentity

Inheritance

objectEntityPageV2

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

Constructors

PageV2()

public PageV2()

Fields

WidgetNameCounters

public IList<WidgetNameCounter> WidgetNameCounters

Field Value

IList<WidgetNameCounter>

Properties

CategoryIds

public IList<Guid> CategoryIds { get; set; }

Property Value

IList<Guid>

ChildrenIds

public IList<Guid> ChildrenIds { get; set; }

Property Value

IList<Guid>

CmsEventHandlers

public IList<CmsEventHandler> CmsEventHandlers { get; set; }

Property Value

IList<CmsEventHandler>

DraftVersion

public int DraftVersion { get; set; }

Property Value

int

HasTemplateSubscriber

public bool HasTemplateSubscriber { get; set; }

Property Value

bool

IsLocked

public bool IsLocked { get; set; }

Property Value

bool

IsMasterPage

public bool IsMasterPage { get; set; }

Property Value

bool

IsTemplate

public bool IsTemplate { get; set; }

Property Value

bool

Name

public string Name { get; set; }

Property Value

string

Order

public int? Order { get; set; }

Property Value

int?

ParentPageId

public Guid? ParentPageId { get; set; }

Property Value

Guid?

ProductId

public Guid ProductId { get; set; }

Property Value

Guid

SubscriberIds

public IList<Guid> SubscriberIds { get; set; }

Property Value

IList<Guid>

TemplateId

public Guid? TemplateId { get; set; }

Property Value

Guid?

Title

public string Title { get; set; }

Property Value

string

WorkerSiteIds

public IList<Guid> WorkerSiteIds { get; set; }

Property Value

IList<Guid>

Methods

GetResourceName()

Gets the display name of the entity.

public override string GetResourceName()

Returns

string

The display name of the entity.