Class PrimaryPropertyViewModel
Inheritance
System.Object
PrimaryPropertyViewModel
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
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PrimaryPropertyViewModel : INotifyPropertyChanged
Constructors
PrimaryPropertyViewModel(PropertyInfo, IStepViewModel, AutomationDescriptor, String)
Declaration
public PrimaryPropertyViewModel(PropertyInfo propertyInfo, IStepViewModel uiStep, AutomationDescriptor descriptor, string description)
Parameters
System.Reflection.PropertyInfo
propertyInfo
|
IStepViewModel
uiStep
|
AutomationDescriptor
descriptor
|
System.String
description
|
Properties
InError
Declaration
public bool InError { get; set; }
Property Value
System.Boolean
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
|
PropertyControlEnumValues
Declaration
public string[] PropertyControlEnumValues { get; }
Property Value
System.String[]
|
PropertyControlType
Declaration
public PrimaryPropertyViewModel.ControlTypes PropertyControlType { get; }
Property Value
PrimaryPropertyViewModel.ControlTypes
|
PropertyName
Declaration
public string PropertyName { get; }
Property Value
System.String
|
PropertyValue
Declaration
public object PropertyValue { get; set; }
Property Value
System.Object
|
ToolTip
Declaration
public string ToolTip { get; }
Property Value
System.String
|
Methods
OnPropertyChanged(String)
Declaration
protected void OnPropertyChanged(string name)
Parameters
System.String
name
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|