Class ControlTypeEditorViewModel
Inheritance
System.Object
ControlTypeEditorViewModel
Namespace: ArtOfTest.WebAii.Design.UI.TypeEditors
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class ControlTypeEditorViewModel : ViewModelBase
Constructors
ControlTypeEditorViewModel(ControlTypeEditor)
Declaration
public ControlTypeEditorViewModel(ControlTypeEditor controlView)
Parameters
Control
|
Properties
FilterText
Declaration
public string FilterText { get; set; }
Property Value
System.
|
Methods
GetTypes(TechnologyType)
Declaration
public List<Type> GetTypes(TechnologyType technologyType)
Parameters
Technology
|
Returns
System.
|