CalDavSynchronizer.Implementation.DaslFilterProvider.GetAppointmentFilter C# (CSharp) Метод

GetAppointmentFilter() публичный Метод

public GetAppointmentFilter ( bool isInstantSearchEnabled ) : string
isInstantSearchEnabled bool specifies, if the filter should be created for a folder on which instant search is enabled
Результат string
    public string GetAppointmentFilter (bool isInstantSearchEnabled) => 
      isInstantSearchEnabled ? _appointmentFilter : _doIncludeCustomMessageClasses ? c_appointmentFilterLike : c_appointmentFilterExact;
    public string GetTaskFilter (bool isInstantSearchEnabled) =>