Namespace StoneCo.Framework.Model.ModelRules
Classes
ModelListResult<TModel>
Concrete class that implements the interface with the necessary methods to execute the validations of the model collection.
ModelPagedListResult<TModel>
Concrete class that implements the interface with the necessary methods to execute the validations of the model paginated collection.
ModelResult
Concrete class that implements the interface with the necessary methods to execute the validations of the models.
ModelResult<TModel>
Concrete class that implements the interface with the necessary methods to execute the validations of the models, including the model.
Validation
Concrete class with interface implementation IValidation validation of the model.
Interfaces
IModelListResult<TModel>
Interface that represents the concrete class with full results of the model collection.
IModelPagedListResult<TModel>
Interface that represents the concrete class with full results of the model paginated collection.
IModelResult
Interface that represents the concrete class with full results of the models.
IModelResult<TModel>
Interface that represents the concrete class with full results of the models, including the model.
IValidation
Interface that represents the concrete class with model validation.