Click or drag to resize

UtilitiesValidateRequestObject Method

Validate a request object by checking its public instance properties for missing mandatory values, use of deprecated properties, or use of properties not supported by the specified connection version.

Namespace:  SolidFire.Core
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public List<Exception> ValidateRequestObject(
	Object requestObj,
	IRpcRequestDispatcher dispatcher
)

Parameters

requestObj
Type: SystemObject
The request object to be validated
dispatcher
Type: SolidFire.CoreIRpcRequestDispatcher
The dispatcher

Return Value

Type: ListException
True if no validation errors encountered, otherwise false.
See Also