Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RequiredPrivilegeAttribute.cs
1
using
System
;
2
3
namespace
Waher.Networking.HTTP.JsonRpc
4
{
8
[AttributeUsage(AttributeTargets.Method, AllowMultiple =
true
, Inherited =
true
)]
9
public
class
RequiredPrivilegeAttribute
: Attribute
10
{
15
public
RequiredPrivilegeAttribute
(
string
Privilege
)
16
{
17
this.Privilege =
Privilege
;
18
}
19
23
public
string
Privilege
{
get
; }
24
}
25
}
Waher.Networking.HTTP.JsonRpc.RequiredPrivilegeAttribute
Defines a privilege that is required by the user that calls a method.
Definition:
RequiredPrivilegeAttribute.cs:10
Waher.Networking.HTTP.JsonRpc.RequiredPrivilegeAttribute.Privilege
string Privilege
Required privilege.
Definition:
RequiredPrivilegeAttribute.cs:23
Waher.Networking.HTTP.JsonRpc.RequiredPrivilegeAttribute.RequiredPrivilegeAttribute
RequiredPrivilegeAttribute(string Privilege)
Defines a privilege that is required by the user that calls a method.
Definition:
RequiredPrivilegeAttribute.cs:15
System
Definition:
Adapters.g.cs:58
Waher.Networking.HTTP.JsonRpc
Definition:
JsonRpcError.cs:2
IoTGateway
Networking
Waher.Networking.HTTP.JsonRpc
RequiredPrivilegeAttribute.cs
Generated by
1.9.5