Protection Class

Temenos Lifecycle Management Suite API
Inheritance Hierarchy

SystemObject
  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

[SerializableAttribute]
public class Protection : BaseResult

The Protection type exposes the following members.

Constructors

  NameDescription
Public methodProtection
Initializes a new instance of the Protection class
Top
Properties

  NameDescription
Public propertyContinueActionAfterException (Inherited from BaseResult.)
Public propertyExceptionId
The ExceptionId if an error was caught and logged by the operation
(Inherited from BaseResult.)
Public propertyMessages
A collection of messages
(Inherited from BaseResult.)
Public propertyPlanCombinations
Public propertyRequiresOverride
Indicates that the operation requires an override
(Inherited from BaseResult.)
Public propertyResult
Indicates if the operation was successful
(Inherited from BaseResult.)
Top
Methods

  NameDescription
Public methodAddError(String)
Adds an error message to the result
(Inherited from BaseResult.)
Public methodAddError(String, Boolean)
Adds an error message to the result
(Inherited from BaseResult.)
Public methodAddError(String, String)
Adds an error message to the result
(Inherited from BaseResult.)
Public methodAddMessage(MessageType, String)
Adds a message to the result
(Inherited from BaseResult.)
Public methodAddMessage(MessageType, String, String)
Adds a message to the result
(Inherited from BaseResult.)
Public methodAddMessage(MessageType, String, String, Boolean)
Adds a message to the result
(Inherited from BaseResult.)
Public methodAddOverride
Adds an override to the result
(Inherited from BaseResult.)
Public methodAddWarning(String)
Adds a warning message to the result
(Inherited from BaseResult.)
Public methodAddWarning(String, Boolean)
Adds a warning message to the result
(Inherited from BaseResult.)
Public methodAppendResult
Combines information from another BaseResult object into this BaseResult
(Inherited from BaseResult.)
Public methodDeDupMessages
This method removes duplicate messages from the Messages collection
(Inherited from BaseResult.)
Public methodHasErrorMessage
Indicates if the Messages collection contains an error
(Inherited from BaseResult.)
Public methodHasWarningMessage
Indicates if the Messages collection contains a warning
(Inherited from BaseResult.)
Public methodJoinMessages
Joins all Message.Text into a single string
(Inherited from BaseResult.)
Top
See Also

Reference