Class UIActionRule
Namespace: Casewhere.Models.Pages
Assembly: Casewhere.Models.dll
Represents a UI action rule.
public class UIActionRule : ActionRule
Inheritance
object ← ActionRule ← UIActionRule
Inherited Members
ActionRule.Expression, 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<UIActionRule>(UIActionRule)
Constructors
UIActionRule()
public UIActionRule()
Properties
ErrorMessage
Gets or sets the error message of the UI action rule. It is a CSharp script that will be executed to determine whether the rule is met and Action will show on UI
public string ErrorMessage { get; set; }