[]
        
(Showing Draft Content)

C1.WPF.RulesManager.C1RulesEngine

C1RulesEngine Class

The C1RulesEngine is the engine which execute conditional formatting rules.

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

Conditional formatting is used to highlight important information and make data interpretation easier.

Constructors

Name Description
C1RulesEngine()

Initializes a new instance of the C1RulesEngine class.

Properties

Name Description
Rules

Gets the collection or rules this engine executes every time a style is requested through the GetStyle(RulesEngineSource, int, string) method.

Methods

Name Description
GetStyle(RulesEngineSource, int, string)

Gets a style for the specified item.

Load(Stream)

Loads the Rules definition from a Stream.

Save(Stream)

Saves the Rules definition into a Stream.

Events

Name Description
RulesChanged

Occurs when any rule is changed.