Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
WafListProperty.cs
2
4{
8 [CollectionName("WafLists")]
9 [TypeName(TypeNameSerialization.None)]
10 [Index("List", "Property")]
11 public class WafListProperty
12 {
17 {
18 }
19
23 [ObjectId]
24 public string ObjectId { get; set; }
25
29 public string List { get; set; }
30
34 public string Property { get; set; }
35 }
36}
Contains information about a property in a database list.
WafListProperty()
Contains information about a property in a database list.
TypeNameSerialization
How the type name should be serialized.