ResponseLevel specifies the level of responses resulting from a request.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public enum ResponseLevel
Members
| Member name | Value | Description | |
|---|---|---|---|
| NONE | 0 | ||
| SUCCESS | 1 | ||
| EXCEPTION | 2 | ||
| ALL | 3 |
Remarks
See Also