Class ReadOnlyState
Namespace: Casewhere.Runtime.Engine.Services
Assembly: Casewhere.Runtime.dll
public class ReadOnlyState : ComponentState
Inheritance
object ← ComponentState ← ReadOnlyState
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<ReadOnlyState>(ReadOnlyState)
Constructors
ReadOnlyState(bool)
public ReadOnlyState(bool readOnly)
Parameters
readOnly
bool
Properties
ReadOnly
public bool ReadOnly { get; }