Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcDocNameAttribute.cs
1
using
System
;
2
3
namespace
Waher.Networking.HTTP.JsonRpc.MetaData
4
{
8
[AttributeUsage(AttributeTargets.Method, AllowMultiple =
false
, Inherited =
true
)]
9
public
class
JsonRpcDocNameAttribute
: Attribute
10
{
15
public
JsonRpcDocNameAttribute
(
string
Name
)
16
{
17
this.Name =
Name
;
18
}
19
23
public
string
Name
{
get
; }
24
}
25
}
Waher.Networking.HTTP.JsonRpc.MetaData.JsonRpcDocNameAttribute
Provides a name to be used in documentation.
Definition:
JsonRpcDocNameAttribute.cs:10
Waher.Networking.HTTP.JsonRpc.MetaData.JsonRpcDocNameAttribute.JsonRpcDocNameAttribute
JsonRpcDocNameAttribute(string Name)
Provides a name to be used in documentation.
Definition:
JsonRpcDocNameAttribute.cs:15
Waher.Networking.HTTP.JsonRpc.MetaData.JsonRpcDocNameAttribute.Name
string Name
Name to use in documentation.
Definition:
JsonRpcDocNameAttribute.cs:23
System
Definition:
Adapters.g.cs:58
Waher.Networking.HTTP.JsonRpc.MetaData
Definition:
JsonRpcDocNameAttribute.cs:4
IoTGateway
Networking
Waher.Networking.HTTP.JsonRpc
MetaData
JsonRpcDocNameAttribute.cs
Generated by
1.9.5