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
typeTypeThe type to check.
Returns
- bool
True if the type has model-bound projection attributes; otherwise, false.