Table of Contents

Class ActionRule

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

Represents an action rule.

public class ActionRule

Inheritance

objectActionRule

Derived

UIActionRule

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<ActionRule>(ActionRule)

Constructors

ActionRule()

public ActionRule()

Properties

Expression

Gets or sets the expression of the action rule. It is a CSharp script that will be executed to determine whether the rule is met.

public string Expression { get; set; }

Property Value

string