Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DefaultLanguageAttribute.cs
1
using
System;
2
3
namespace
Waher.Things.Attributes
4
{
8
[AttributeUsage(AttributeTargets.Class, AllowMultiple =
false
, Inherited =
true
)]
9
public
class
DefaultLanguageAttribute
: Attribute
10
{
11
private
readonly
string
languageCode;
12
17
public
DefaultLanguageAttribute
(
string
LanguageCode
)
18
{
19
this.languageCode =
LanguageCode
;
20
}
21
25
public
string
LanguageCode
=> this.languageCode;
26
}
27
}
Waher.Things.Attributes.DefaultLanguageAttribute
Defines the default language for the class.
Definition:
DefaultLanguageAttribute.cs:10
Waher.Things.Attributes.DefaultLanguageAttribute.LanguageCode
string LanguageCode
Default language code.
Definition:
DefaultLanguageAttribute.cs:25
Waher.Things.Attributes.DefaultLanguageAttribute.DefaultLanguageAttribute
DefaultLanguageAttribute(string LanguageCode)
Defines the default language for the class.
Definition:
DefaultLanguageAttribute.cs:17
Waher.Things.Attributes
Definition:
AlphaChannelAttribute.cs:4
IoTGateway
Things
Waher.Things
Attributes
DefaultLanguageAttribute.cs
Generated by
1.9.5