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 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:
ListExceptionTrue if no validation errors encountered, otherwise false.
See Also