C# Class CDP4ObjectBrowser.BooleanParameterTypeRowViewModel

Row class representing a BooleanParameterType
Inheritance: ScalarParameterTypeRowViewModel
Show file Open project: RHEAGROUP/COMET-IME-Community-Edition

Public Methods

Method Description
BooleanParameterTypeRowViewModel ( booleanParameterType, ISession session, IViewModelBase containerViewModel ) : System.Linq

Initializes a new instance of the BooleanParameterTypeRowViewModel class

Method Details

BooleanParameterTypeRowViewModel() public method

Initializes a new instance of the BooleanParameterTypeRowViewModel class
public BooleanParameterTypeRowViewModel ( booleanParameterType, ISession session, IViewModelBase containerViewModel ) : System.Linq
booleanParameterType The associated with this row
session ISession The session
containerViewModel IViewModelBase The that is the container of this
return System.Linq