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
)
Return Value
Type: Func.Value, Boolean.
A Func.T, TResult. that can be used to filter collections of Values.