Table of Contents

Class RouteNode

Namespace
InSite.Persistence
Assembly
InSite.Persistence.dll
public class RouteNode
Inheritance
RouteNode
Inherited Members

Constructors

RouteNode()

public RouteNode()

Properties

AuthorityType

public string AuthorityType { get; set; }

Property Value

string

AuthorizationRequirement

public string AuthorizationRequirement { get; set; }

Property Value

string

ControllerPath

public string ControllerPath { get; set; }

Property Value

string

ExtraBreadcrumb

public string ExtraBreadcrumb { get; set; }

Property Value

string

HelpUrl

public string HelpUrl { get; set; }

Property Value

string

ParentRouteId

public Guid? ParentRouteId { get; set; }

Property Value

Guid?

RouteDepth

public int RouteDepth { get; set; }

Property Value

int

RouteIcon

public string RouteIcon { get; set; }

Property Value

string

RouteId

public Guid RouteId { get; set; }

Property Value

Guid

RouteList

public string RouteList { get; set; }

Property Value

string

RouteName

public string RouteName { get; set; }

Property Value

string

RouteNameShort

public string RouteNameShort { get; set; }

Property Value

string

RouteType

public string RouteType { get; set; }

Property Value

string

RouteUrl

public string RouteUrl { get; set; }

Property Value

string

RouteUrlIndented

public string RouteUrlIndented { get; set; }

Property Value

string

SortPath

public string SortPath { get; set; }

Property Value

string