Class QEventFilter
- Namespace
- InSite.Application.Events.Read
- Assembly
- Shift.Sdk.dll
public class QEventFilter : Filter, ISearchReport
- Inheritance
-
QEventFilter
- Implements
-
- Inherited Members
-
- Extension Methods
-
Constructors
QEventFilter()
Properties
AchievementIdentifier
public Guid? AchievementIdentifier { get; set; }
Property Value
- Guid?
AppointmentType
public string AppointmentType { get; set; }
Property Value
- string
AttemptCompletedBefore
public DateTimeOffset? AttemptCompletedBefore { get; set; }
Property Value
- DateTimeOffset?
AttemptCompletedSince
public DateTimeOffset? AttemptCompletedSince { get; set; }
Property Value
- DateTimeOffset?
AttendeeUserIdentifier
public Guid? AttendeeUserIdentifier { get; set; }
Property Value
- Guid?
Availability
public EventAvailabilityType? Availability { get; set; }
Property Value
- EventAvailabilityType?
public string CommentKeyword { get; set; }
Property Value
- string
DistributionExpectedBefore
public DateTimeOffset? DistributionExpectedBefore { get; set; }
Property Value
- DateTimeOffset?
DistributionExpectedSince
public DateTimeOffset? DistributionExpectedSince { get; set; }
Property Value
- DateTimeOffset?
EventBillingType
public string EventBillingType { get; set; }
Property Value
- string
EventClassCode
public string EventClassCode { get; set; }
Property Value
- string
EventClassStatuses
public EventClassStatus[] EventClassStatuses { get; set; }
Property Value
- EventClassStatus[]
EventDescription
public string EventDescription { get; set; }
Property Value
- string
public string EventFormat { get; set; }
Property Value
- string
EventInstructorIdentifier
public Guid? EventInstructorIdentifier { get; set; }
Property Value
- Guid?
EventMaterialTrackingStatus
public string EventMaterialTrackingStatus { get; set; }
Property Value
- string
EventNumber
public int? EventNumber { get; set; }
Property Value
- int?
EventNumbers
public int[] EventNumbers { get; set; }
Property Value
- int[]
EventPublicationStatus
public string EventPublicationStatus { get; set; }
Property Value
- string
EventPublishedBefore
public DateTimeOffset? EventPublishedBefore { get; set; }
Property Value
- DateTimeOffset?
EventPublishedSince
public DateTimeOffset? EventPublishedSince { get; set; }
Property Value
- DateTimeOffset?
EventRequisitionStatus
public string EventRequisitionStatus { get; set; }
Property Value
- string
EventScheduleEndSince
public DateTimeOffset? EventScheduleEndSince { get; set; }
Property Value
- DateTimeOffset?
EventScheduledBefore
public DateTimeOffset? EventScheduledBefore { get; set; }
Property Value
- DateTimeOffset?
EventScheduledSince
public DateTimeOffset? EventScheduledSince { get; set; }
Property Value
- DateTimeOffset?
EventTitle
public string EventTitle { get; set; }
Property Value
- string
EventType
public string EventType { get; set; }
Property Value
- string
public string ExamFormName { get; set; }
Property Value
- string
ExamType
public string ExamType { get; set; }
Property Value
- string
ExcludeEventIdentifier
public Guid? ExcludeEventIdentifier { get; set; }
Property Value
- Guid?
ExcludeEventSchedulingStatus
public string ExcludeEventSchedulingStatus { get; set; }
Property Value
- string
IncludeEventSchedulingStatus
public string IncludeEventSchedulingStatus { get; set; }
Property Value
- string
IsOpen
public bool? IsOpen { get; set; }
Property Value
- bool?
IsRegistrationLocked
public bool? IsRegistrationLocked { get; set; }
Property Value
- bool?
IsResourceAssigned
public bool? IsResourceAssigned { get; set; }
Property Value
- bool?
Keyword
public string Keyword { get; set; }
Property Value
- string
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
PermissionGroupIdentifier
public Guid? PermissionGroupIdentifier { get; set; }
Property Value
- Guid?
ProgramIdentifier
public Guid? ProgramIdentifier { get; set; }
Property Value
- Guid?
RegistrationCandidateIdentifier
public Guid? RegistrationCandidateIdentifier { get; set; }
Property Value
- Guid?
RegistrationDeadlineBefore
public DateTimeOffset? RegistrationDeadlineBefore { get; set; }
Property Value
- DateTimeOffset?
RegistrationDeadlineSince
public DateTimeOffset? RegistrationDeadlineSince { get; set; }
Property Value
- DateTimeOffset?
UndistributedExamsInclusion
public InclusionType UndistributedExamsInclusion { get; set; }
Property Value
- InclusionType
Venue
public string Venue { get; set; }
Property Value
- string
VenueLocationIdentifier
public Guid[] VenueLocationIdentifier { get; set; }
Property Value
- Guid[]
VenueOffice
public string VenueOffice { get; set; }
Property Value
- string
WithholdDistribution
public bool? WithholdDistribution { get; set; }
Property Value
- bool?
Methods
Clone()
public QEventFilter Clone()
Returns
- QEventFilter