Table of Contents

Class ModelBoundProjectionsExtensions

Namespace
Cratis.Chronicle.Projections.ModelBound
Assembly
Cratis.Chronicle.dll

Extension methods for model-bound projections.

public static class ModelBoundProjectionsExtensions
Inheritance
ModelBoundProjectionsExtensions
Inherited Members

Methods

HasModelBoundProjectionAttributes(Type)

Determines whether a type has model-bound projection attributes.

public static bool HasModelBoundProjectionAttributes(this Type type)

Parameters

type Type

The type to check.

Returns

bool

True if the type has model-bound projection attributes; otherwise, false.