Class AuthenticationFilter
- Namespace
- InSite.Persistence.Plugin.CMDS
- Assembly
- InSite.Persistence.dll
public class AuthenticationFilter : Filter, ISearchReport
- Inheritance
-
AuthenticationFilter
- Implements
- Inherited Members
Constructors
AuthenticationFilter()
public AuthenticationFilter()
Properties
BeforeDate
public DateTime? BeforeDate { get; set; }
Property Value
SessionIsAuthenticated
public bool? SessionIsAuthenticated { get; set; }
Property Value
- bool?
SinceDate
public DateTime? SinceDate { get; set; }
Property Value
UserEmail
public string UserEmail { get; set; }