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