Click or drag to resize
ITicketFilter Interface

[This is preliminary documentation and is subject to change.]

Filter for tickets

Namespace: Netadmin.Management.Ticketing.Dto
Assembly: Netadmin.Management.Interfaces (in Netadmin.Management.Interfaces.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
public interface ITicketFilter

The ITicketFilter type exposes the following members.

Properties
  NameDescription
Public propertyIEnumerableT, T: Int64AuthorIds
Public propertyIEnumerableT, T: Int64CompanyIds
Public propertyNullableT, T: DateTimeCreatedSince
Public propertyNullableT, T: DateTimeDeadlineBefore
Public propertyIEnumerableT, T: Int64DepartmentIds
Public propertyIEnumerableT, T: StringExternalReferences
Public propertyIEnumerableT, T: Int64FlowIds
Public propertyIEnumerableT, T: Int64FlowStepIds
Public propertyNullableT, T: BooleanHasDeadline
Public propertyIEnumerableT, T: Int64Ids
Public propertyIEnumerableT, T: StringLabels
Public propertyIEnumerableT, T: Int64OwnerIds
Public propertyIEnumerableT, T: Int64PrioIds
Public propertyIEnumerableT, T: IObjectTypeIdFilterRegardingFilters
Public propertyIEnumerableT, T: Int64ServiceProviderIds
Public propertyIEnumerableT, T: Int64StatusIds
Public propertyIEnumerableT, T: Int64TicketTypeIds
Public propertyNullableT, T: DateTimeUpdatedSince
Public propertyNullableT, T: BooleanVisibleToRegarding
Top
See Also