Specifies the type of incoming parameter to a Risk Assessment plugin.

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

Syntax

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

Members

Member nameDescription
String
Argument is of type string.
Integer
Argument is of type integer.
Double
Argument is of type double.

See Also