[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineSegment

RulesEngineSegment Class

A segment definition in the RulesEngineSegmentsRule.

Inheritance
RulesEngineSegment
Implements
IXmlSerializable
Namespace: C1.WPF.RulesManager
Assembly: C1.WPF.RulesManager.dll
Syntax
public class RulesEngineSegment : IXmlSerializable
Public Class RulesEngineSegment
    Implements IXmlSerializable

Constructors

Name Description
RulesEngineSegment()

Initializes a new instance of the RulesEngineSegment class.

Properties

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.

Methods

Name Description
OnSegmentChanged()

Called when the definition of the segment changes.

Events

Name Description
SegmentChanged

Raised when the definition of the segment changes.