Class TQuizFilter
- Namespace
- InSite.Application.Quizzes.Read
- Assembly
- Shift.Sdk.dll
public class TQuizFilter : Filter, ISearchReport
- Inheritance
-
TQuizFilter
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
TQuizFilter()
Properties
AttemptLimitFrom
public int? AttemptLimitFrom { get; set; }
Property Value
- int?
AttemptLimitThru
public int? AttemptLimitThru { get; set; }
Property Value
- int?
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
QuizDataContains
public string QuizDataContains { get; set; }
Property Value
- string
QuizNameContains
public string QuizNameContains { get; set; }
Property Value
- string
QuizType
public string QuizType { get; set; }
Property Value
- string
TimeLimitFrom
public int? TimeLimitFrom { get; set; }
Property Value
- int?
TimeLimitThru
public int? TimeLimitThru { get; set; }
Property Value
- int?
Methods
Clone()
public TQuizFilter Clone()
Returns
- TQuizFilter