Table of Contents

Class DslCase

Namespace: Casewhere.Runtime.DSL
Assembly: Casewhere.Runtime.dll

public class DslCase

Inheritance

objectDslCase

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

Guid

IsCreated

public bool IsCreated { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

ProcessId

public Guid ProcessId { get; }

Property Value

Guid