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