Click or drag to resize

ValidationHelpersValidateFieldsSet Method

Validates that fields are set. Will throw if anything is null or empty.

Namespace:  NetQuarry.Services.Zoom
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static void ValidateFieldsSet(
	Dictionary<string, Object> fields
)

Parameters

fields
Type: System.Collections.GenericDictionaryString, Object
Dictionary of with field name and values.
See Also