![]() |
dnp3 (.NET API) 1.6.0
|
Defines read, write, execute permissions for particular group or user More...
Public Member Functions | |
| PermissionSet | WithExecute (bool value) |
| Permission to execute More... | |
| PermissionSet | WithWrite (bool value) |
| Permission to write More... | |
| PermissionSet | WithRead (bool value) |
| Permission to read More... | |
| PermissionSet (bool execute, bool write, bool read) | |
| Fully construct PermissionSet specifying the value of each field More... | |
| PermissionSet () | |
| Permission set with nothing enabled More... | |
Public Attributes | |
| bool | Execute |
| Permission to execute More... | |
| bool | Write |
| Permission to write More... | |
| bool | Read |
| Permission to read More... | |
Defines read, write, execute permissions for particular group or user
|
inline |
Fully construct PermissionSet specifying the value of each field
| execute | Permission to execute |
| write | Permission to write |
| read | Permission to read |
|
inline |
Permission set with nothing enabled
Default values:
|
inline |
Permission to execute
|
inline |
Permission to read
|
inline |
Permission to write
| bool dnp3.PermissionSet.Execute |
Permission to execute
| bool dnp3.PermissionSet.Read |
Permission to read
| bool dnp3.PermissionSet.Write |
Permission to write