C# Class CDP4ObjectBrowser.BooleanParameterTypeRowViewModel

Row class representing a BooleanParameterType
Inheritance: ScalarParameterTypeRowViewModel
Afficher le fichier Open project: RHEAGROUP/COMET-IME-Community-Edition

Méthodes publiques

Méthode Description
BooleanParameterTypeRowViewModel ( booleanParameterType, ISession session, IViewModelBase containerViewModel ) : System.Linq

Initializes a new instance of the BooleanParameterTypeRowViewModel class

Method Details

BooleanParameterTypeRowViewModel() public méthode

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
Résultat System.Linq