Table of Contents

Class ReadModelExtensions

Namespace
Cratis.Chronicle.ReadModels
Assembly
Cratis.Chronicle.dll

Extension methods for working with read models.

public static class ReadModelExtensions
Inheritance
ReadModelExtensions
Inherited Members

Methods

IsPassive(Type)

Check if a read model type is marked as passive.

public static bool IsPassive(this Type readModelType)

Parameters

readModelType Type

The read model type to check.

Returns

bool

True if the read model is passive, false otherwise.