Click or drag to resize

PFItemValidateRequiredFields Method

Checks if all required fields are currently filled.

Will throw a PFMissingItemValuesException if not.

Will throw a ValidationException is one or more required fields entry are missing in the data collection.

Note : this method is called at the beginning of the Save method.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public void ValidateRequiredFields()
See Also