Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DatabaseSettings.cs
2
4{
8 [TypeName(TypeNameSerialization.FullName)]
9 public class DatabaseSettings
10 {
11 private string objectId = null;
12
17 {
18 }
19
23 [ObjectId]
24 public string ObjectId
25 {
26 get => this.objectId;
27 set => this.objectId = value;
28 }
29 }
30}
DatabaseSettings()
Interface for Database settings
TypeNameSerialization
How the type name should be serialized.