Risk assessment constructor which accepts name, type, value and sort order properties.

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

Syntax

C#
public RiskAssessmentArgument(
	string name,
	RiskAssessmentArgumentType type,
	string riskAssessmentValue,
	int order
)
Visual Basic (Declaration)
Public Sub New ( _
	name As String, _
	type As RiskAssessmentArgumentType, _
	riskAssessmentValue As String, _
	order As Integer _
)
Visual C++
public:
RiskAssessmentArgument(
	String^ name, 
	RiskAssessmentArgumentType type, 
	String^ riskAssessmentValue, 
	int order
)

Parameters

name
Type: System..::.String
string containing the name property.
type
Type: RightEdge.Common..::.RiskAssessmentArgumentType
argument type to be set for this argument.
riskAssessmentValue
Type: System..::.String
value to be assigned to this argument instance.
order
Type: System..::.Int32
set the order property for this argument instance.

See Also