Class NavigationContextInfo
Inheritance
NavigationContextInfo
Assembly: DataWeb.Core.dll
Syntax
public class NavigationContextInfo
Properties
Element
Declaration
public ElementInfo Element { get; set; }
Property Value
ErrorCode
Declaration
public string ErrorCode { get; set; }
Property Value
IsElementFirstSection
Declaration
public bool IsElementFirstSection { get; set; }
Property Value
IsNavigationValid
Declaration
public bool IsNavigationValid { get; set; }
Property Value
Item
Declaration
public ItemInfo Item { get; set; }
Property Value
Nav
Declaration
public string Nav { get; set; }
Property Value
Permissions
Declaration
public NavigationContextInfo.ContextPermissions Permissions { get; set; }
Property Value
RootIdMaster
Declaration
public string RootIdMaster { get; set; }
Property Value
Section
Declaration
public SectionInfo Section { get; set; }
Property Value
StatusOptions
Declaration
public List<List.ListItem> StatusOptions { get; set; }
Property Value
Steps
Declaration
public List<NavigationContextInfo.Step> Steps { get; set; }
Property Value
View
Declaration
public ViewInfo View { get; set; }
Property Value
Views
Declaration
public List<ViewInfo> Views { get; set; }
Property Value
VoidId
Declaration
public string VoidId { get; set; }
Property Value
VoidIdMaster
Declaration
public string VoidIdMaster { get; set; }
Property Value