Inheritance Hierarchy
Akcelerant.Core.Data.DTO.ResultBaseResult
Akcelerant.Lending.Data.DTO.CalculatorProtection
Namespace: Akcelerant.Lending.Data.DTO.Calculator
Assembly: Akcelerant.Lending.Data.DTO (in Akcelerant.Lending.Data.DTO.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The Protection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Protection | Initializes a new instance of the Protection class |
Properties
Name | Description | |
---|---|---|
![]() | ContinueActionAfterException | (Inherited from BaseResult.) |
![]() | ExceptionId |
The ExceptionId if an error was caught and logged by the operation
(Inherited from BaseResult.) |
![]() | Messages |
A collection of messages
(Inherited from BaseResult.) |
![]() | PlanCombinations | |
![]() | RequiresOverride |
Indicates that the operation requires an override
(Inherited from BaseResult.) |
![]() | Result |
Indicates if the operation was successful
(Inherited from BaseResult.) |
Methods
Name | Description | |
---|---|---|
![]() | AddError(String) |
Adds an error message to the result
(Inherited from BaseResult.) |
![]() | AddError(String, Boolean) |
Adds an error message to the result
(Inherited from BaseResult.) |
![]() | AddError(String, String) |
Adds an error message to the result
(Inherited from BaseResult.) |
![]() | AddMessage(MessageType, String) |
Adds a message to the result
(Inherited from BaseResult.) |
![]() | AddMessage(MessageType, String, String) |
Adds a message to the result
(Inherited from BaseResult.) |
![]() | AddMessage(MessageType, String, String, Boolean) |
Adds a message to the result
(Inherited from BaseResult.) |
![]() | AddOverride |
Adds an override to the result
(Inherited from BaseResult.) |
![]() | AddWarning(String) |
Adds a warning message to the result
(Inherited from BaseResult.) |
![]() | AddWarning(String, Boolean) |
Adds a warning message to the result
(Inherited from BaseResult.) |
![]() | AppendResult |
Combines information from another BaseResult object into this BaseResult
(Inherited from BaseResult.) |
![]() | DeDupMessages |
This method removes duplicate messages from the Messages collection
(Inherited from BaseResult.) |
![]() | HasErrorMessage |
Indicates if the Messages collection contains an error
(Inherited from BaseResult.) |
![]() | HasWarningMessage |
Indicates if the Messages collection contains a warning
(Inherited from BaseResult.) |
![]() | JoinMessages |
Joins all Message.Text into a single string
(Inherited from BaseResult.) |
See Also