Interface used for the user interface portion of a risk assessment plugin.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public interface IRiskAssessmentPlugin |
| Visual Basic (Declaration) |
|---|
Public Interface IRiskAssessmentPlugin |
| Visual C++ |
|---|
public interface class IRiskAssessmentPlugin |
Remarks
This interface must be implemented. Use the GetClassName() function to pass
along the IRiskAssessment implementation to RightEdge so that it can associate
the calculation plugin with the user interface plugin.