Class CalendarQuery
- Namespace
- Quartz
- Assembly
- Quartz.dll
Selects calendar names.
public sealed record CalendarQuery : PagedQuery, IEquatable<PagedQuery>, IEquatable<CalendarQuery>
- Inheritance
-
CalendarQuery
- Implements
- Inherited Members
Properties
Name
Limits the result to calendars whose name matches. Null matches every name.
public NameMatcher? Name { get; init; }
Property Value
Remarks
A calendar is identified by a bare name rather than by a Key<T>, so the filter is the arity-free NameMatcher rather than NameMatcher<TKey>. The four comparisons, and the wire spellings they map to, are the same either way.