[]
        
(Showing Draft Content)

C1.WPF.RulesManager.RulesEngineCustomRule

RulesEngineCustomRule Class

Rule that programmatically executes a function to create the style applied to the specified items.

Inheritance
RulesEngineCustomRule
Implements
IXmlSerializable
Namespace: C1.WPF.RulesManager
Assembly: C1.WPF.RulesManager.dll
Syntax
public class RulesEngineCustomRule : RulesEngineRule, IXmlSerializable
Public Class RulesEngineCustomRule
    Inherits RulesEngineRule
    Implements IXmlSerializable

Constructors

Name Description
RulesEngineCustomRule()

Properties

Name Description
Func

Gets or sets the function that creates the style for the specified item.

Methods

Name Description
GetStyle(RulesEngineSource, int, string)

Gets the style for the specified source.