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