Class
PreviewItemPropertiesModel

Definition

Namespace:ArtOfTest.WebAii.Design.UI

Assembly:ArtOfTest.WebAii.Design.dll

Syntax:

cs-api-definition
public class PreviewItemPropertiesModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging

Inheritance: objectPropertyChangeNotificationPreviewItemPropertiesModel

Implements: INotifyPropertyChangedINotifyPropertyChanging

Inherited Members PropertyChangeNotification.OnPropertyChanged(string)PropertyChangeNotification.OnPropertyChanging(string)PropertyChangeNotification.PropertyChangedPropertyChangeNotification.PropertyChanging

Constructors

PreviewItemPropertiesModel()

Declaration

cs-api-definition
public PreviewItemPropertiesModel()

Properties

IsBusy

Declaration

cs-api-definition
public bool IsBusy { get; set; }

Property Value

bool

Item

Declaration

cs-api-definition
public TestBaseUserProperties Item { get; set; }

Property Value

TestBaseUserProperties

Test

Declaration

cs-api-definition
public TestBase Test { get; set; }

Property Value

TestBase