CreateFilter.CreateFromFilter Method

Creates a Func.T, TResult. that can be used to filter collections of Values.

Namespace:  TcHmiSrv.Core.Tools.Queries
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public static Func<Value, bool> CreateFromFilter(
    Value filters
)

Parameters

filters

Type: TcHmiSrv.Core.Value
A Value containing a filter.

Return Value

Type: Func.Value, Boolean.
A Func.T, TResult. that can be used to filter collections of Values.

Reference

CreateFilter Class

TcHmiSrv.Core.Tools.Queries Namespace