Initializes a new instance of the CheckItem class
Namespace:
RainWorx.FrameWorx.MVC.ModelsAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public CheckItem( string title, string checkText, ResultDisposition disposition )
Parameters
- title
- Type: SystemString
- checkText
- Type: SystemString
- disposition
- Type: RainWorx.FrameWorx.MVC.ModelsResultDisposition
See Also