Interface IAdditionalLimitService
- Namespace
- Loehnert.TypeAndResult.Additional
- Assembly
- Loehnert.TypeAndResult.dll
Interface for a AdditionalLimitAttribute service.
public interface IAdditionalLimitService
Methods
GetLimits<T>()
Gets the additional limits for the type T.
IEnumerable<IAdditionalLimitDefinition> GetLimits<T>()
Returns
- IEnumerable<IAdditionalLimitDefinition>
Limit definitions for the type
T.
Type Parameters
TType where the limit belong to.