Share via


ParameterSetViewModel Class

Definition

Contains information about a single ParameterSet inside a cmdlet.

public ref class ParameterSetViewModel : System::ComponentModel::INotifyPropertyChanged
public class ParameterSetViewModel : System.ComponentModel.INotifyPropertyChanged
type ParameterSetViewModel = class
    interface INotifyPropertyChanged
Public Class ParameterSetViewModel
Implements INotifyPropertyChanged
Inheritance
ParameterSetViewModel
Implements

Constructors

ParameterSetViewModel(String, List<ParameterViewModel>)

Initializes a new instance of the ParameterSetViewModel class.

Properties

AllMandatoryParametersHaveValues

Gets or sets a value indicating whether all mandatory parameters have values

Name

Gets the ParameterSet Name

Parameters

Gets the Parameters of this parameterset

Methods

GetIndividualParameterCount()

Gets the individual parameter count of this parameterset

GetScript()

Creates script according parameters of this parameterset

Events

PropertyChanged

PropertyChanged Event

Applies to