Class PageV2
Namespace: Casewhere.Models.Cms
Assembly: Casewhere.Models.dll
public class PageV2 : Entity, IIdentity
Inheritance
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
Properties
CategoryIds
public IList<Guid> CategoryIds { get; set; }
Property Value
ChildrenIds
public IList<Guid> ChildrenIds { get; set; }
Property Value
CmsEventHandlers
public IList<CmsEventHandler> CmsEventHandlers { get; set; }
Property Value
DraftVersion
public int DraftVersion { get; set; }
Property Value
HasTemplateSubscriber
public bool HasTemplateSubscriber { get; set; }
Property Value
IsLocked
public bool IsLocked { get; set; }
Property Value
IsMasterPage
public bool IsMasterPage { get; set; }
Property Value
IsTemplate
public bool IsTemplate { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
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
SubscriberIds
public IList<Guid> SubscriberIds { get; set; }
Property Value
TemplateId
public Guid? TemplateId { get; set; }
Property Value
Guid?
Title
public string Title { get; set; }
Property Value
WorkerSiteIds
public IList<Guid> WorkerSiteIds { get; set; }
Property Value
Methods
GetResourceName()
Gets the display name of the entity.
public override string GetResourceName()
Returns
The display name of the entity.