CDP4ObjectBrowser.BooleanParameterTypeRowViewModel.BooleanParameterTypeRowViewModel C# (CSharp) Method

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
        public BooleanParameterTypeRowViewModel(BooleanParameterType booleanParameterType, ISession session, IViewModelBase<Thing> containerViewModel) : base(booleanParameterType, session, containerViewModel)
        {
            this.UpdateColumnValues();
        }
BooleanParameterTypeRowViewModel