Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ObjectIdAttribute.cs
1using System;
2
4{
9 [AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
10 public class ObjectIdAttribute : Attribute
11 {
17 : base()
18 {
19 }
20 }
21}
This attribute defines the field as containing the Object ID of the object. When creating a new objec...
ObjectIdAttribute()
This attribute defines the field as containing the Object ID of the object. When creating a new objec...