Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IUnitCategory.cs
1namespace Waher.Script.Units
2{
6 public interface IUnitCategory
7 {
11 string Name
12 {
13 get;
14 }
15
19 Unit Reference { get; }
20 }
21}
Represents a unit.
Definition: Unit.cs:15
Interface for a category of units.
Definition: IUnitCategory.cs:7
Unit Reference
Reference unit for category.
string Name
Name of unit category.