Initializes a new instance of the ValueListFilterDefinition<(Of <(<'TFilteredObject, TPropertyEnum>)>)> class, using a Prefix filter match type.

Namespace: ININ.IceLib.Configuration
Assembly: 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
)
Visual Basic
Public Sub New ( _
	filteredProperty As TPropertyEnum, _
	targetValues As IEnumerable(Of Object) _
)

Parameters

filteredProperty
Type: TPropertyEnum
The filtered property.
targetValues
Type: System.Collections.Generic..::..IEnumerable<(Of <(<'Object>)>)>
The target values.

Version Information

Supported for IC Server version 2015 R1 and beyond.

See Also