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
ControlTypeEditor
controlView
|
Properties
FilterText
Declaration
public string FilterText { get; set; }
Property Value
System.String
|
Methods
GetTypes(TechnologyType)
Declaration
public List<Type> GetTypes(TechnologyType technologyType)
Parameters
TechnologyType
technologyType
|
Returns
System.Collections.Generic.List<System.Type>
|