Class QUserFilter
- Namespace
- InSite.Application.Contacts.Read
- Assembly
- Shift.Sdk.dll
public class QUserFilter : Filter, ISearchReport
- Inheritance
-
QUserFilter
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
Properties
public Guid? AttemptBankIdentifier { get; set; }
Property Value
- Guid?
public Guid? AttemptFormIdentifier { get; set; }
Property Value
- Guid?
public Guid[] AttemptFormOrganizationIdentifiers { get; set; }
Property Value
- Guid[]
public string Code { get; set; }
Property Value
- string
public string EmailOrAlternate { get; set; }
Property Value
- string
public Guid? ExcludeGradebookIdentifier { get; set; }
Property Value
- Guid?
public Guid? ExcludeLearnerJournalSetupIdentifier { get; set; }
Property Value
- Guid?
public string FirstName { get; set; }
Property Value
- string
public string FullName { get; set; }
Property Value
- string
public string LastName { get; set; }
Property Value
- string
public bool? MustHaveAttempts { get; set; }
Property Value
- bool?
public string NameFilterType { get; set; }
Property Value
- string
public string NameOrCode { get; set; }
Property Value
- string
public Guid[] OrganizationIdentifiers { get; set; }
Property Value
- Guid[]
public Guid? RegistrationEventIdentifier { get; set; }
Property Value
- Guid?
public Guid[] UserIdentifiers { get; set; }
Property Value
- Guid[]
Methods
public QUserFilter Clone()
Returns
- QUserFilter