Table of Contents

Class AccessRule

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

Represents an access rule of Page

public class AccessRule

Inheritance

objectAccessRule

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

Constructors

AccessRule()

public AccessRule()

Properties

Expression

Gets or sets the expression for the access rule. It is a CSharp script that will be executed to determine if the access rule is satisfied.

public string Expression { get; set; }

Property Value

string