Evaluates the row using this filter, and a list of aliases that can be used to resolve the aliases in the filter

Namespace: Ico.Awx.Common
Assembly: AwxClientCommon (in AwxClientCommon.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool Evaluate(
	AlarmData data,
	Dictionary<string, string> aliases
)
Visual Basic
Public Function Evaluate ( _
	data As AlarmData, _
	aliases As Dictionary(Of String, String) _
) As Boolean
JScript
public function Evaluate(
	data : AlarmData, 
	aliases : Dictionary<String, String>
) : boolean

Parameters

data
Type: Ico.Awx..::..AlarmData
aliases
Type: System.Collections.Generic..::..Dictionary<(Of <(<'String, String>)>)>

See Also