Rules Manager for WPF | ComponentOne
C1.WPF.RulesManager Assembly / C1.WPF.RulesManager Namespace / RulesEngineSegmentsRule Class
Properties Methods Events


In This Topic
    RulesEngineSegmentsRule Class Members
    In This Topic

    The following tables list the members exposed by RulesEngineSegmentsRule.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the RulesEngineSegmentsRule class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets whether this conditional formatting is enabled. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Public PropertyThe name used to identify the rule. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Public PropertyThe ranges which determine the scope the rule is applied to. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Public PropertyGets the collection of segments which defines the rule.  
    Public PropertyGets or sets whether additional formatting rules for the item should be evaluated, if the current rule is set to True. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Top
    Public Methods
     NameDescription
    Public MethodDetermines whether this rule can be applied to the specified item. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Public MethodOverridden. Gets the fields from the source where this rule is applicable  
    Public MethodOverridden. Gets the style for the specified source.  
    Public MethodDetermines whether the ranges specified in the rule intersect the context being queried. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Top
    Protected Methods
     NameDescription
    Protected MethodGets a new range collection specifying the fields where this rule can be applied. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Protected MethodCalled when the definition of the rule changes. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Top
    Public Events
     NameDescription
    Public EventRaised when the definition of the rule changes. (Inherited from C1.WPF.RulesManager.RulesEngineRule)
    Top
    See Also