ParameterViewModel.Create(IParameter, IEnumerable<IParameter>) Method
Creates a new ParameterViewModel class descendant supporting the INotifyPropertyChanged interface.
Namespace: DevExpress.Xpf.DataAccess.DataSourceWizard
Assembly: DevExpress.Xpf.DataAccess.v24.1.dll
NuGet Package: DevExpress.Wpf.Reporting
Declaration
public static ParameterViewModel Create(
IParameter parameter,
IEnumerable<IParameter> sourceParameters
)
Parameters
Name | Type | Description |
---|---|---|
parameter | IParameter | An object implementing the IParameter interface. |
sourceParameters | IEnumerable<IParameter> | A collection of objects implementing the IParameter interface. |
Returns
Type | Description |
---|---|
ParameterViewModel | A ParameterViewModel object. |
See Also