Class DslCase
Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime.dll
public class DslCase
Inheritance
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<DslCase>(DslCase)
Constructors
DslCase(Case)
public DslCase(Case @case)
Parameters
case
Case
Properties
Id
public Guid Id { get; }
Property Value
IsCreated
public bool IsCreated { get; }
Property Value
Name
public string Name { get; }
Property Value
ProcessId
public Guid ProcessId { get; }