Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IPartsModel.cs
2
4{
8 public interface IPartsModel : IModel
9 {
13 public RoleInfo[] Roles { get; }
14
18 public string[] RoleNames { get; }
19
23 public PartInfo[] Parts { get; set; }
24
29 void RemovePart(PartInfo Part);
30 }
31}