Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
DefaultValueStringEmptyAttribute.cs
1using System;
2
4{
9 [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
11 {
17 : base(string.Empty)
18 {
19 }
20 }
21}
This attribute informs the persistence layer about the default value of a member (field or property)....
This attribute informs the persistence layer about the default value (string.Empty) of a member (fiel...
DefaultValueStringEmptyAttribute()
This attribute informs the persistence layer about the default value (string.Empty) of a member (fiel...