public interface IAutomationViewModel : IAutomationBase,
IViewModel, INotifyPropertyChanged
Public Interface IAutomationViewModel
Inherits IAutomationBase, IViewModel, INotifyPropertyChanged
public interface class IAutomationViewModel : IAutomationBase,
IViewModel, INotifyPropertyChanged
type IAutomationViewModel =
interface
interface IAutomationBase
interface IViewModel
interface INotifyPropertyChanged
end
AutomationId |
Уникальный идентификатор для автоматизации.
(Унаследован от IAutomationBase) |
AutomationName |
Имя для автоматизации.
(Унаследован от IAutomationBase) |
Model | (Унаследован от IViewModel) |
PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged) |