Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
PropertyReference.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Reflection;
4
using
Waher.Networking.Cluster.Serialization.Properties
;
5
6
namespace
Waher.Networking.Cluster.Serialization
7
{
8
internal
class
PropertyReference
9
{
10
public
string
Name;
11
public
PropertyInfo Info;
12
public
IProperty
Property
;
13
}
14
}
Waher.Networking.Cluster.Serialization.Properties.Property
Abstract base class for properties
Definition:
Property.cs:12
Waher.Networking.Cluster.Serialization.Properties.IProperty
Abstract base class for properties
Definition:
IProperty.cs:12
Waher.Networking.Cluster.Serialization.Properties
Definition:
ArrayProperty.cs:7
Waher.Networking.Cluster.Serialization
Definition:
Deserializer.cs:8
IoTGateway
Networking
Waher.Networking.Cluster
Serialization
PropertyReference.cs
Generated by
1.9.5