Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DatabaseSettings.cs
1
using
Waher.Persistence.Attributes
;
2
3
namespace
Waher.IoTGateway.Setup.Databases
4
{
8
[TypeName(
TypeNameSerialization
.FullName)]
9
public
class
DatabaseSettings
10
{
11
private
string
objectId =
null
;
12
16
public
DatabaseSettings
()
17
{
18
}
19
23
[
ObjectId
]
24
public
string
ObjectId
25
{
26
get
=> this.objectId;
27
set
=> this.objectId = value;
28
}
29
}
30
}
Waher.IoTGateway.Setup.Databases.DatabaseSettings
Interface for Database settings
Definition:
DatabaseSettings.cs:10
Waher.IoTGateway.Setup.Databases.DatabaseSettings.DatabaseSettings
DatabaseSettings()
Interface for Database settings
Definition:
DatabaseSettings.cs:16
Waher.IoTGateway.Setup.Databases.DatabaseSettings.ObjectId
string ObjectId
Object ID
Definition:
DatabaseSettings.cs:25
Waher.IoTGateway.Setup.Databases
Definition:
DatabaseSettings.cs:4
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
Waher.Persistence.Attributes.TypeNameSerialization
TypeNameSerialization
How the type name should be serialized.
Definition:
TypeNameAttribute.cs:9
IoTGateway
Waher.IoTGateway
Setup
Databases
DatabaseSettings.cs
Generated by
1.9.5