Class QAttemptFilter
- Namespace
- InSite.Application.Attempts.Read
- Assembly
- Shift.Sdk.dll
public class QAttemptFilter : Filter, ISearchReport
- Inheritance
-
QAttemptFilter
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
QAttemptFilter()
Properties
AssessorName
public string AssessorName { get; set; }
Property Value
- string
AttemptGrade
public string AttemptGrade { get; set; }
Property Value
- string
AttemptGradedBefore
public DateTimeOffset? AttemptGradedBefore { get; set; }
Property Value
- DateTimeOffset?
AttemptGradedSince
public DateTimeOffset? AttemptGradedSince { get; set; }
Property Value
- DateTimeOffset?
AttemptIdentifier
public Guid? AttemptIdentifier { get; set; }
Property Value
- Guid?
AttemptIdentifiers
public Guid[] AttemptIdentifiers { get; set; }
Property Value
- Guid[]
AttemptScoreFrom
public int? AttemptScoreFrom { get; set; }
Property Value
- int?
AttemptScoreThru
public int? AttemptScoreThru { get; set; }
Property Value
- int?
AttemptStartedBefore
public DateTimeOffset? AttemptStartedBefore { get; set; }
Property Value
- DateTimeOffset?
AttemptStartedSince
public DateTimeOffset? AttemptStartedSince { get; set; }
Property Value
- DateTimeOffset?
AttemptStatus
public string AttemptStatus { get; set; }
Property Value
- string
AttemptTag
public string[] AttemptTag { get; set; }
Property Value
- string[]
public string AttemptTagStatus { get; set; }
Property Value
- string
BankIdentifier
public Guid? BankIdentifier { get; set; }
Property Value
- Guid?
BankLevel
public string BankLevel { get; set; }
Property Value
- string
CandidateOrganizationIdentifiers
public Guid[] CandidateOrganizationIdentifiers { get; set; }
Property Value
- Guid[]
CandidateType
public string[] CandidateType { get; set; }
Property Value
- string[]
Event
public string Event { get; set; }
Property Value
- string
public string EventFormat { get; set; }
Property Value
- string
EventIdentifier
public Guid? EventIdentifier { get; set; }
Property Value
- Guid?
ExcludeArchivedUsers
public bool ExcludeArchivedUsers { get; set; }
Property Value
- bool
public string Form { get; set; }
Property Value
- string
public Guid? FormIdentifier { get; set; }
Property Value
- Guid?
public Guid[] FormIdentifiers { get; set; }
Property Value
- Guid[]
public string FormName { get; set; }
Property Value
- string
public Guid? FormOrganizationIdentifier { get; set; }
Property Value
- Guid?
FrameworkIdentifier
public Guid? FrameworkIdentifier { get; set; }
Property Value
- Guid?
GradingAssessorIdentifier
public Guid? GradingAssessorIdentifier { get; set; }
Property Value
- Guid?
HideLearnerName
public bool HideLearnerName { get; set; }
Property Value
- bool
IsCompleted
public bool? IsCompleted { get; set; }
Property Value
- bool?
IsImported
public bool? IsImported { get; set; }
Property Value
- bool?
IsStarted
public bool? IsStarted { get; set; }
Property Value
- bool?
IsSubmitted
public bool? IsSubmitted { get; set; }
Property Value
- bool?
IsWithoutGradingAssessor
public bool? IsWithoutGradingAssessor { get; set; }
Property Value
- bool?
LearnerCompany
public string LearnerCompany { get; set; }
Property Value
- string
LearnerEmail
public string LearnerEmail { get; set; }
Property Value
- string
LearnerKeyword
public string LearnerKeyword { get; set; }
Property Value
- string
LearnerName
public string LearnerName { get; set; }
Property Value
- string
LearnerOrganizationIdentifier
public Guid? LearnerOrganizationIdentifier { get; set; }
Property Value
- Guid?
LearnerUserIdentifier
public Guid? LearnerUserIdentifier { get; set; }
Property Value
- Guid?
LearnerUserIdentifiers
public Guid[] LearnerUserIdentifiers { get; set; }
Property Value
- Guid[]
OccupationIdentifier
public Guid? OccupationIdentifier { get; set; }
Property Value
- Guid?
OrganizationPersonTypes
public string[] OrganizationPersonTypes { get; set; }
Property Value
- string[]
PilotAttemptsInclusion
public InclusionType PilotAttemptsInclusion { get; set; }
Property Value
- InclusionType
QuestionIdentifier
public Guid? QuestionIdentifier { get; set; }
Property Value
- Guid?
RubricIdentifier
public Guid? RubricIdentifier { get; set; }
Property Value
- Guid?
Methods
Clone()
public QAttemptFilter Clone()
Returns
- QAttemptFilter