Class QPersonFilter
- Namespace
- InSite.Application.Contacts.Read
- Assembly
- Shift.Sdk.dll
public class QPersonFilter : Filter, ISearchReport
- Inheritance
-
QPersonFilter
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public Guid? EmployerGroupIdentifier { get; set; }
Property Value
- Guid?
public Guid? ExcludeUserIdentifier { get; set; }
Property Value
- Guid?
public Guid[] ExcludeUserIdentifiers { get; set; }
Property Value
- Guid[]
public bool? HasPersonCode { get; set; }
Property Value
- bool?
public bool? IsAdministrator { get; set; }
Property Value
- bool?
public bool IsNeedReview { get; set; }
Property Value
- bool
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
public Guid? OrganizationOrParentOrganizationIdentifier { get; set; }
Property Value
- Guid?
public string PersonCode { get; set; }
Property Value
- string
public string[] PersonCodes { get; set; }
Property Value
- string[]
public string UserEmailContains { get; set; }
Property Value
- string
public string UserEmailExact { get; set; }
Property Value
- string
public Guid? UserIdentifier { get; set; }
Property Value
- Guid?
public Guid[] UserIdentifiers { get; set; }
Property Value
- Guid[]
public Guid? UserMembershipGroupIdentifier { get; set; }
Property Value
- Guid?
public string UserMembershipGroupLabelContains { get; set; }
Property Value
- string
public string UserMembershipGroupLabelExact { get; set; }
Property Value
- string
public string UserMembershipGroupTypeContains { get; set; }
Property Value
- string
public string UserMembershipGroupTypeExact { get; set; }
Property Value
- string
public string UserNameContains { get; set; }
Property Value
- string
public string UserNameExact { get; set; }
Property Value
- string
public string UserNameOrPersonCodeContains { get; set; }
Property Value
- string
Methods
public QPersonFilter Clone()
Returns
- QPersonFilter