Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Asn1BinaryRestrictionOperator.cs
1
using
System;
2
using
System.Collections.Generic;
3
using
System.Text;
4
5
namespace
Waher.Content.Asn1.Model.Restrictions
6
{
10
public
abstract
class
Asn1BinaryRestrictionOperator
:
Asn1Restriction
11
{
12
private
readonly
Asn1Restriction
left;
13
private
readonly
Asn1Restriction
right;
14
20
public
Asn1BinaryRestrictionOperator
(
Asn1Restriction
Left
,
Asn1Restriction
Right
)
21
{
22
this.left =
Left
;
23
this.right =
Right
;
24
}
25
29
public
Asn1Restriction
Left
=> this.left;
30
34
public
Asn1Restriction
Right
=> this.right;
35
}
36
}
Waher.Content.Asn1.Model.Asn1Restriction
Abstract base class for ASN.1 restrictions.
Definition:
Asn1Restriction.cs:11
Waher.Content.Asn1.Model.Restrictions.Asn1BinaryRestrictionOperator
Abstract base class of binary restriction operators
Definition:
Asn1BinaryRestrictionOperator.cs:11
Waher.Content.Asn1.Model.Restrictions.Asn1BinaryRestrictionOperator.Right
Asn1Restriction Right
Right restriction
Definition:
Asn1BinaryRestrictionOperator.cs:34
Waher.Content.Asn1.Model.Restrictions.Asn1BinaryRestrictionOperator.Asn1BinaryRestrictionOperator
Asn1BinaryRestrictionOperator(Asn1Restriction Left, Asn1Restriction Right)
Abstract base class of binary restriction operators
Definition:
Asn1BinaryRestrictionOperator.cs:20
Waher.Content.Asn1.Model.Restrictions.Asn1BinaryRestrictionOperator.Left
Asn1Restriction Left
Left restriction
Definition:
Asn1BinaryRestrictionOperator.cs:29
Waher.Content.Asn1.Model.Restrictions
Definition:
Asn1And.cs:6
IoTGateway
Content
Waher.Content.Asn1
Model
Restrictions
Asn1BinaryRestrictionOperator.cs
Generated by
1.9.5