Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
NamespaceAliasAttribute.cs
1
using
System;
2
3
namespace
Waher.Runtime.Inventory
4
{
10
[AttributeUsage(AttributeTargets.Assembly, AllowMultiple =
true
, Inherited =
false
)]
11
public
class
NamespaceAliasAttribute
: Attribute
12
{
13
private
readonly
string
@
namespace
;
14
21
public
NamespaceAliasAttribute
(
string
Namespace
)
22
{
23
this.@
namespace
= Namespace;
24
}
25
29
public
string
Namespace
=> this.@
namespace
;
30
}
31
}
Waher.Runtime.Inventory.NamespaceAliasAttribute
Lets the inventory know a namespace is also known by an other name. This attribute can be used when c...
Definition:
NamespaceAliasAttribute.cs:12
Waher.Runtime.Inventory.NamespaceAliasAttribute.NamespaceAliasAttribute
NamespaceAliasAttribute(string Namespace)
Lets the inventory know the type is also known by other names. This attribute can be used when changi...
Definition:
NamespaceAliasAttribute.cs:21
Waher.Runtime.Inventory.NamespaceAliasAttribute.Namespace
string Namespace
Fully qualified alias namespace
Definition:
NamespaceAliasAttribute.cs:29
Waher.Runtime.Inventory
Definition:
TypesLoader.cs:9
IoTGateway
Runtime
Waher.Runtime.Inventory
NamespaceAliasAttribute.cs
Generated by
1.9.5