Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ByReferenceAttribute.cs
1
using
System;
2
3
namespace
Waher.Persistence.Attributes
4
{
11
[AttributeUsage(AttributeTargets.Field | AttributeTargets.Property, AllowMultiple =
false
, Inherited =
true
)]
12
public
class
ByReferenceAttribute
: Attribute
13
{
20
public
ByReferenceAttribute
()
21
: base()
22
{
23
}
24
}
25
}
Waher.Persistence.Attributes.ByReferenceAttribute
The contents of this field is persisted by reference only. The default behaviour is to persist object...
Definition:
ByReferenceAttribute.cs:13
Waher.Persistence.Attributes.ByReferenceAttribute.ByReferenceAttribute
ByReferenceAttribute()
The contents of this field is persisted by reference only. The default behaviour is to persist object...
Definition:
ByReferenceAttribute.cs:20
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
IoTGateway
Persistence
Waher.Persistence
Attributes
ByReferenceAttribute.cs
Generated by
1.9.5