Class TAction
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
- Inheritance
-
TAction
- Inherited Members
-
Constructors
TAction()
Properties
ActionIcon
public string ActionIcon { get; set; }
Property Value
- string
ActionIdentifier
public Guid ActionIdentifier { get; set; }
Property Value
- Guid
ActionList
public string ActionList { get; set; }
Property Value
- string
ActionName
public string ActionName { get; set; }
Property Value
- string
ActionNameShort
public string ActionNameShort { get; set; }
Property Value
- string
ActionType
public string ActionType { get; set; }
Property Value
- string
ActionUrl
public string ActionUrl { get; set; }
Property Value
- string
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
public string ExtraBreadcrumb { get; set; }
Property Value
- string
HelpStatus
public string HelpStatus { get; }
Property Value
- string
HelpUrl
public string HelpUrl { get; set; }
Property Value
- string
IsToolkitHomePage
public bool IsToolkitHomePage { get; }
Property Value
- bool
NavigationChildren
public virtual ICollection<TAction> NavigationChildren { get; set; }
Property Value
- ICollection<TAction>
NavigationParent
public virtual TAction NavigationParent { get; set; }
Property Value
- TAction
NavigationParentActionIdentifier
public Guid? NavigationParentActionIdentifier { get; set; }
Property Value
- Guid?
PermissionChildren
public virtual ICollection<TAction> PermissionChildren { get; set; }
Property Value
- ICollection<TAction>
PermissionParent
public virtual TAction PermissionParent { get; set; }
Property Value
- TAction
PermissionParentActionIdentifier
public Guid? PermissionParentActionIdentifier { get; set; }
Property Value
- Guid?
Methods
AllowUnauthenticatedUsers()
public bool AllowUnauthenticatedUsers()
Returns
- bool