Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ObjectIdAttribute.cs
1
using
System;
2
3
namespace
Waher.Persistence.Attributes
4
{
9
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple =
false
, Inherited =
true
)]
10
public
class
ObjectIdAttribute
: Attribute
11
{
16
public
ObjectIdAttribute
()
17
: base()
18
{
19
}
20
}
21
}
Waher.Persistence.Attributes.ObjectIdAttribute
This attribute defines the field as containing the Object ID of the object. When creating a new objec...
Definition:
ObjectIdAttribute.cs:11
Waher.Persistence.Attributes.ObjectIdAttribute.ObjectIdAttribute
ObjectIdAttribute()
This attribute defines the field as containing the Object ID of the object. When creating a new objec...
Definition:
ObjectIdAttribute.cs:16
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
IoTGateway
Persistence
Waher.Persistence
Attributes
ObjectIdAttribute.cs
Generated by
1.9.5