Class TActionFilter
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class TActionFilter : Filter, ISearchReport
- Inheritance
-
TActionFilter
- Implements
-
- Inherited Members
-
Constructors
TActionFilter()
Properties
ActionList
public string ActionList { get; set; }
Property Value
- string
ActionName
public string ActionName { 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
ExcludeActionIdentifier
public Guid? ExcludeActionIdentifier { get; set; }
Property Value
- Guid?
public string ExtraBreadcrumb { get; set; }
Property Value
- string
HasHelpUrl
public bool? HasHelpUrl { get; set; }
Property Value
- bool?
NavigationParentActionIdentifier
public Guid? NavigationParentActionIdentifier { get; set; }
Property Value
- Guid?
PermissionParentActionIdentifier
public Guid? PermissionParentActionIdentifier { get; set; }
Property Value
- Guid?
Methods
Clone()
public TActionFilter Clone()
Returns
- TActionFilter