Sets the persisted argument values for this plugin.

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

Syntax

C#
void SetArgumentValues(
	List<RiskAssessmentArgument> values
)
Visual Basic (Declaration)
Sub SetArgumentValues ( _
	values As List(Of RiskAssessmentArgument) _
)
Visual C++
void SetArgumentValues(
	List<RiskAssessmentArgument^>^ values
)

Parameters

values
Type: System.Collections.Generic..::.List<(Of <(RiskAssessmentArgument>)>)
A collection of argument values to be persisted.

Remarks

Allows a plugin to store values/arguments that may be associated with this particular risk assessment plugin

See Also