Class PreviewItemPropertiesModel
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.WebAii.Design.UI
Assembly: ArtOfTest.WebAii.Design.dll
Syntax
public class PreviewItemPropertiesModel : PropertyChangeNotification, INotifyPropertyChanged, INotifyPropertyChanging
Constructors
PreviewItemPropertiesModel()
Declaration
public PreviewItemPropertiesModel()
Properties
IsBusy
Declaration
public bool IsBusy { get; set; }
Property Value
System.Boolean
|