Class DataDrivenViewModel
Inheritance
System.Object
DataDrivenViewModel
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ArtOfTest.Common.Design.UI.TypeEditors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class DataDrivenViewModel
Constructors
DataDrivenViewModel(AutomationDescriptor)
Declaration
public DataDrivenViewModel(AutomationDescriptor descriptor)
Parameters
|
AutomationDescriptor
descriptor
|
Properties
BoundParameters
Declaration
public ObservableCollection<DataDrivenPropertyViewModel> BoundParameters { get; }
Property Value
|
System.Collections.ObjectModel.ObservableCollection<DataDrivenPropertyViewModel>
|
OwnerTest
Methods
ApplySettings()
Declaration
public virtual void ApplySettings()
ClearSettings()
Declaration
public virtual void ClearSettings()
GenerateBoundParameters()
Declaration
protected virtual ObservableCollection<DataDrivenPropertyViewModel> GenerateBoundParameters()
Returns
|
System.Collections.ObjectModel.ObservableCollection<DataDrivenPropertyViewModel>
|
GetDataDrivenProperties(Object)
Declaration
protected string[] GetDataDrivenProperties(object dataObject)
Parameters
|
System.Object
dataObject
|
Returns
|
System.String[]
|
PopulateColumns()
Declaration
protected virtual ObservableCollection<BindingOption> PopulateColumns()
Returns
|
System.Collections.ObjectModel.ObservableCollection<BindingOption>
|
UpdateDescription()
Declaration
protected virtual void UpdateDescription()