Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
IgnoreMemberAttribute.cs
1using System;
2
4{
8 [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
9 public class IgnoreMemberAttribute : Attribute
10 {
15 : base()
16 {
17 }
18 }
19}
This attribute tells the persistence layer that the member (field or property) should be ignored.
IgnoreMemberAttribute()
This attribute tells the persistence layer that the member (field or property) should be ignored.