RecognitionRuleConstraint Class |
Namespace: Dynamicweb.Analytics.Profiles.Recognition
The RecognitionRuleConstraint type exposes the following members.
| Name | Description | |
|---|---|---|
| RecognitionRuleConstraint |
Initializes a new instance of an object.
| |
| RecognitionRuleConstraint(Object, RecognitionRuleConstraintOperator) |
Initializes a new instance of an object.
|
| Name | Description | |
|---|---|---|
| DataSource |
Gets or sets the reference to a data source that is used for providing a list of possible values.
| |
| Default |
Gets the default recognition rule constraint which allows specifying any value and choose any operator.
| |
| Operator |
Gets or sets the comparison operator.
| |
| Value |
Gets or sets the constraint value.
|
| Name | Description | |
|---|---|---|
| CompareTo |
Compares the current object to the given one.
| |
| Equals |
Determines whether current object is equal to the given object.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Returns a hash code for the current object.
(Overrides ObjectGetHashCode.) | |
| ToString |
Returns a string representation of the current object.
(Overrides ObjectToString.) |
| Name | Description | |
|---|---|---|
| IComparableCompareTo |
Compares the current object to the given one.
|