Initializes a new instance of the ValueListFilterDefinition<(Of <(<'TFilteredObject, TPropertyEnum>)>)> class.
Namespace: ININ.IceLib.ConfigurationAssembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)
Syntax
C# |
---|
public ValueListFilterDefinition( TPropertyEnum filteredProperty, IEnumerable<Object> targetValues, FilterMatchType filterMatchType ) |
Visual Basic |
---|
Public Sub New ( _ filteredProperty As TPropertyEnum, _ targetValues As IEnumerable(Of Object), _ filterMatchType As FilterMatchType _ ) |
Parameters
- filteredProperty
- Type: TPropertyEnum
The filtered property.
- targetValues
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Object>)>)>
The target values.
- filterMatchType
- Type: ININ.IceLib.Configuration..::..FilterMatchType
The filter match type.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | The specified filterMatchType is not from the FilterMatchType enumeration. |
Version Information
Supported for IC Server version 2015 R1 and beyond.