Click or drag to resize
IOrderFilter Interface

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

Filter for orders

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

The IOrderFilter type exposes the following members.

Properties
  NameDescription
Public propertyIEnumerableT, T: Int64AddressIds
Public propertyIEnumerableT, T: Int64AgreementIds
Public propertyIEnumerableT, T: Int64CustomerIds
Public propertyStringExternalConsumerReference
Public propertyStringExternalRequestReference
Public propertyNullableT, T: BooleanHasAddress
Public propertyNullableT, T: BooleanHasCustomer
Public propertyNullableT, T: BooleanHasServiceProvider
Public propertyIEnumerableT, T: Int64Ids
Public propertyIEnumerableT, T: OrderStatusOrderStatuses
Public propertyIEnumerableT, T: OrderTypeOrderTypes
Public propertyIEnumerableT, T: Int64ServiceProviderIds
Top
Implemented by
See Also