Table of Contents

Class TransactionalEntity

Namespace: Casewhere.Runtime.Transactions
Assembly: Casewhere.Runtime.dll

public class TransactionalEntity

Inheritance

objectTransactionalEntity

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

Constructors

TransactionalEntity()

public TransactionalEntity()

Properties

Id

public Guid Id { get; set; }

Property Value

Guid

IsTransactional

public bool IsTransactional { get; set; }

Property Value

bool

NeedRollback

public bool NeedRollback { get; set; }

Property Value

bool