Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DefaultValueGuidEmptyAttribute.cs
1
using
System;
2
3
namespace
Waher.Persistence.Attributes
4
{
9
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple =
false
, Inherited =
true
)]
10
public
class
DefaultValueGuidEmptyAttribute
:
DefaultValueAttribute
11
{
16
public
DefaultValueGuidEmptyAttribute
()
17
: base(Guid.Empty)
18
{
19
}
20
}
21
}
Waher.Persistence.Attributes.DefaultValueAttribute
This attribute informs the persistence layer about the default value of a member (field or property)....
Definition:
DefaultValueAttribute.cs:11
Waher.Persistence.Attributes.DefaultValueGuidEmptyAttribute
This attribute informs the persistence layer about the default value (Guid.Empty) of a member (field ...
Definition:
DefaultValueGuidEmptyAttribute.cs:11
Waher.Persistence.Attributes.DefaultValueGuidEmptyAttribute.DefaultValueGuidEmptyAttribute
DefaultValueGuidEmptyAttribute()
This attribute informs the persistence layer about the default value (Guid.Empty) of a member (field ...
Definition:
DefaultValueGuidEmptyAttribute.cs:16
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
IoTGateway
Persistence
Waher.Persistence
Attributes
DefaultValueGuidEmptyAttribute.cs
Generated by
1.9.5