Table of Contents

Class RuleEvaluateContext

Namespace: Casewhere.Models
Assembly: Casewhere.Models.dll

public class RuleEvaluateContext

Inheritance

objectRuleEvaluateContext

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Extension Methods

ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<RuleEvaluateContext>(RuleEvaluateContext)

Constructors

RuleEvaluateContext()

public RuleEvaluateContext()

Properties

Data

public object Data { get; set; }

Property Value

object

Parameters

public Dictionary<string, object> Parameters { get; set; }

Property Value

Dictionary<string, object>

ParentAccessMode

public AccessMode? ParentAccessMode { get; set; }

Property Value

AccessMode?

Rule

public RuleExpression Rule { get; set; }

Property Value

RuleExpression