Class NavigationContextInfo.Step
Inheritance
NavigationContextInfo.Step
Assembly: DataWeb.Core.dll
Syntax
public class NavigationContextInfo.Step
Properties
AreaName
Declaration
public string AreaName { get; set; }
Property Value
ElementSections
Declaration
public List<SectionInfo> ElementSections { get; set; }
Property Value
IdMaster
Declaration
public string IdMaster { get; set; }
Property Value
IsHidden
Declaration
public bool IsHidden { get; set; }
Property Value
Item
Declaration
public ItemInfo Item { get; set; }
Property Value
Section
Declaration
public SectionInfo Section { get; set; }
Property Value
SectionName
Declaration
public string SectionName { get; set; }
Property Value
Title
Declaration
public string Title { get; set; }
Property Value