[]
A segment definition in the RulesEngineSegmentsRule.
public class RulesEngineSegment : IXmlSerializable
Public Class RulesEngineSegment
Implements IXmlSerializable
| Name | Description |
|---|---|
| RulesEngineSegment() | Initializes a new instance of the RulesEngineSegment class. |
| Name | Description |
|---|---|
| Operator | Gets or sets the operator used to compare the value against the segment. |
| Style | Gets or sets the style that will be applied when this segment is in range. |
| Value | Gets or sets the value used to determine whether this segment is in range. |
| ValueType | Gets or sets the type of the Value. |
| Name | Description |
|---|---|
| OnSegmentChanged() | Called when the definition of the segment changes. |
| Name | Description |
|---|---|
| SegmentChanged | Raised when the definition of the segment changes. |