Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
WafListProperty.cs
1
using
Waher.Persistence.Attributes
;
2
3
namespace
Waher.Security.WAF.Model.Conditions
4
{
8
[CollectionName(
"WafLists"
)]
9
[TypeName(
TypeNameSerialization
.None)]
10
[Index(
"List"
,
"Property"
)]
11
public
class
WafListProperty
12
{
16
public
WafListProperty
()
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
}
Waher.Security.WAF.Model.Conditions.WafListProperty
Contains information about a property in a database list.
Definition:
WafListProperty.cs:12
Waher.Security.WAF.Model.Conditions.WafListProperty.WafListProperty
WafListProperty()
Contains information about a property in a database list.
Definition:
WafListProperty.cs:16
Waher.Security.WAF.Model.Conditions.WafListProperty.ObjectId
string ObjectId
Object ID
Definition:
WafListProperty.cs:24
Waher.Security.WAF.Model.Conditions.WafListProperty.List
string List
List Name
Definition:
WafListProperty.cs:29
Waher.Security.WAF.Model.Conditions.WafListProperty.Property
string Property
Property Name
Definition:
WafListProperty.cs:34
Waher.Persistence.Attributes
Definition:
ArchivingTimeAttribute.cs:4
Waher.Persistence.Attributes.TypeNameSerialization
TypeNameSerialization
How the type name should be serialized.
Definition:
TypeNameAttribute.cs:9
Waher.Security.WAF.Model.Conditions
Definition:
CertificateIssuerMatch.cs:7
IoTGateway
Security
Waher.Security.WAF
Model
Conditions
WafListProperty.cs
Generated by
1.9.5