Table of Contents

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

DateTime?

SessionIsAuthenticated

public bool? SessionIsAuthenticated { get; set; }

Property Value

bool?

SinceDate

public DateTime? SinceDate { get; set; }

Property Value

DateTime?

UserEmail

public string UserEmail { get; set; }

Property Value

string