Opalis Quick Integration Kit
3.0
Assembly: Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)
CopyC#
Gets or sets the set of relations that are
supported by the filter.
Namespace:
Opalis.QuickIntegrationKit
Assembly: Opalis.QuickIntegrationKit(in Opalis.QuickIntegrationKit.dll) Version: 3.0.0.0 (3.1.0.1)
Syntax
Remarks
When no relations are specified a set of appropriate
relations is automatically assigned to the filter as determined by
the type of the property that is being marked with the OpalisFilter
attribute.
Examples

[OpalisFilter( "Incident Date", Relations = Relation.Before | Relation.After)] public DateTime IncidentDate { get { return this.incidentDate; } }