Skip to main content
A newer version of this page is available. .

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.v18.2.dll

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