Returns the persisted argument values

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

Syntax

C#
List<RiskAssessmentArgument> GetArgumentValues()
Visual Basic (Declaration)
Function GetArgumentValues As List(Of RiskAssessmentArgument)
Visual C++
List<RiskAssessmentArgument^>^ GetArgumentValues()

Return Value

A collection of persisted argument values.

Remarks

Return null if no argument values are persisted and the user interface will be expected to get the defaults from the plugin itself. A plugin may want to persist some argument values. For example, maybe a plugin requires the risk free rate of return. This is something that should be configurable, but once set, typically will not have to be set again on a frequent basis.

See Also