Click or drag to resize

EPAssertionUtilAssertPropsMap Method (IDictionary, Boolean, String)

[Missing <summary> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsMap(System.Collections.Generic.IDictionary`2,System.Boolean,System.String)"]

Namespace:  com.espertech.esper.common.client.scopetest
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static void AssertPropsMap(
	IDictionary received,
	bool propertyNames,
	params string expected
)

Parameters

received
Type: System.Collections.GenericIDictionaryTKey, TValue

[Missing <param name="received"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsMap(System.Collections.Generic.IDictionary`2,System.Boolean,System.String)"]

propertyNames
Type: SystemBoolean

[Missing <param name="propertyNames"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsMap(System.Collections.Generic.IDictionary`2,System.Boolean,System.String)"]

expected
Type: SystemString

[Missing <param name="expected"/> documentation for "M:com.espertech.esper.common.client.scopetest.EPAssertionUtil.AssertPropsMap(System.Collections.Generic.IDictionary`2,System.Boolean,System.String)"]

See Also