Table of Contents

Class FormActivityPostedDataEventDataProtector

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

public class FormActivityPostedDataEventDataProtector : IEventDataProtector

Inheritance

objectFormActivityPostedDataEventDataProtector

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

Constructors

FormActivityPostedDataEventDataProtector(IObjectDataProtector)

public FormActivityPostedDataEventDataProtector(IObjectDataProtector protector)

Parameters

protector IObjectDataProtector

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