Process a get request.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
void get( DOFOperationProvide operation, DOFRequestGet request, DOFInterfaceProperty property )
Parameters
- operation
- Type: org.opendof.core.oalDOFOperationProvide
Information about the corresponding provide operation. This will never be null. - request
- Type: org.opendof.core.oalDOFRequestGet
Information about the request. This will never be null. Call one of the Get.respond(DOFValue) methods to return results or to throw exceptions. DOFProviderException should be thrown for any error condition that is defined as an exception in the DOFInterface. DOFErrorException should be thrown for any error condition that falls outside of the exceptions defined in the DOFInterface. - property
- Type: org.opendof.core.oalDOFInterfaceProperty
The property on which the 'Get' was requested. This will never be null.
Remarks
request
See Also
Reference
Get.respond(DOFValue)
Get.respond(DOFProviderException)
Get.respond(DOFErrorException)