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