Class PageModule
public class PageModule : ModelBase, IAuditable, IDeletable
- Inheritance
-
PageModule
- Implements
- Inherited Members
Properties
ContainerType
Reference to a Razor Container which wraps this module instance.
public string ContainerType { get; set; }
Property Value
DeletedBy
User who deleted this object.
public string DeletedBy { get; set; }
Property Value
DeletedOn
Timestamp when it was deleted.
public DateTime? DeletedOn { get; set; }
Property Value
EffectiveDate
Start of when this assignment is valid. See also ExpiryDate
public DateTime? EffectiveDate { get; set; }
Property Value
ExpiryDate
End of when this assignment is valid. See also EffectiveDate
public DateTime? ExpiryDate { get; set; }
Property Value
IsDeleted
If something is deleted, this will be true.
public bool IsDeleted { get; set; }
Property Value
Module
The Module itself.
public Module Module { get; set; }
Property Value
ModuleId
Reference to the Module.
public int ModuleId { get; set; }
Property Value
Order
The sorting order / position in the Pane where this module appears.
public int Order { get; set; }
Property Value
Page
The Page itself.
public Page Page { get; set; }
Property Value
PageId
Reference to the Page.
public int PageId { get; set; }
Property Value
PageModuleId
Internal ID to identify this instance.
public int PageModuleId { get; set; }
Property Value
Pane
The Pane which this module instance appears.
public string Pane { get; set; }
Property Value
Title
Module title. Will be shown in the Container if the container shows titles.
public string Title { get; set; }