Table of Contents

Class TempDataValueSetEventDataProtector

Namespace: Casewhere.Runtime.DataProtection
Assembly: Casewhere.Runtime.dll

public class TempDataValueSetEventDataProtector : IEventDataProtector

Inheritance

objectTempDataValueSetEventDataProtector

Implements

IEventDataProtector

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

Constructors

TempDataValueSetEventDataProtector(IDataProtector)

public TempDataValueSetEventDataProtector(IDataProtector protector)

Parameters

protector IDataProtector

Methods

Accept(IDomainEvent)

public bool Accept(IDomainEvent @event)

Parameters

event IDomainEvent

Returns

bool

Protect(IDomainEvent)

public IDomainEvent Protect(IDomainEvent @event)

Parameters

event IDomainEvent

Returns

IDomainEvent

Unprotect(IDomainEvent)

public IDomainEvent Unprotect(IDomainEvent @event)

Parameters

event IDomainEvent

Returns

IDomainEvent