Risk assessment result type.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
public enum RiskAssessmentResultType
Visual Basic (Declaration)
Public Enumeration RiskAssessmentResultType
Visual C++
public enum class RiskAssessmentResultType

Members

Member nameDescription
Percentage
Result type should be formatted as a percentage.
Dollar
Result type should be formatted as currency.
Value
Result type should be formatted as an unmodified value.

Remarks

This result type tells the RightEdge user interface how to format the result returned from the risk assessment plugin.

See Also