Table of Contents

Class TrinityDashboardPage

Namespace
AbanoubNassem.Trinity.Pages
Assembly
AbanoubNassem.Trinity.dll

The base page class for Trinity framework.

public class TrinityDashboardPage : TrinityPage
Inheritance
TrinityDashboardPage
Inherited Members

Properties

CanView

Gets a value indicating whether the page can be viewed by the user.

public override bool CanView { get; }

Property Value

bool

Icon

The navigation icon to use for the page.

public override string Icon { get; }

Property Value

string

Label

The label for the page.

public override string Label { get; }

Property Value

string

Slug

The page slug.

public override string Slug { get; }

Property Value

string

Methods

GetSchema()

Gets the schema for the page.

protected override List<ITrinityWidget> GetSchema()

Returns

List<ITrinityWidget>

The schema for the page.