Table of Contents

Class RuleProperty

Namespace
NRules.RuleModel
Assembly
NRules.RuleModel.dll

Arbitrary value associated with a rule.

public class RuleProperty
Inheritance
RuleProperty
Inherited Members

Constructors

RuleProperty(string, object)

Creates a new rule property.

public RuleProperty(string name, object value)

Parameters

name string

Rule property name.

value object

Rule property value.

Properties

Name

Rule property name.

public string Name { get; }

Property Value

string

Value

Rule property value.

public object Value { get; }

Property Value

object