Navigation Class

Form navigation. Each object is connected to a form page containing form components.

Definition

Namespace: Ensur.Core.Main.POCOs.Forms
Assembly: Ensur.Core.Main (in Ensur.Core.Main.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public class Navigation
Inheritance
Object    Navigation

Properties

Children List of child navigation nodes
Description The description of the associated page
NavigationID The ID of this individual navigation node
NavigationPath The path string to this navigation node
PageComponents The form components on this navigation page
PageID The ID of the page this node is associated with
ParentID The id of the parent navigation node
Title The title or link text

See Also