Class TransactionalEntity
Namespace: Casewhere.Runtime.Transactions
Assembly: Casewhere.Runtime.dll
public class TransactionalEntity
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<TransactionalEntity>(TransactionalEntity)
Constructors
TransactionalEntity()
public TransactionalEntity()
Properties
Id
public Guid Id { get; set; }
Property Value
IsTransactional
public bool IsTransactional { get; set; }
Property Value
NeedRollback
public bool NeedRollback { get; set; }