public interface IAxisViewModel : IPropertyContainer,
IViewModel, INotifyPropertyChanged
Public Interface IAxisViewModel
Inherits IPropertyContainer, IViewModel, INotifyPropertyChanged
public interface class IAxisViewModel : IPropertyContainer,
IViewModel, INotifyPropertyChanged
type IAxisViewModel =
interface
interface IPropertyContainer
interface IViewModel
interface INotifyPropertyChanged
end
Items |
Gets Список свойств
(Унаследован от IPropertyContainer) |
LayoutModel | Gets or sets Модель макета |
LocalizationPrefix |
Gets Префикс локализации для свойств контейнера
(Унаследован от IPropertyContainer) |
Model | (Унаследован от IViewModel) |
ValidationResult |
Gets Результаты проверки свойств содержащихся в объекте
(Унаследован от IPropertyContainer) |
OwnedPropertyChanged |
Вызывает уведомление об изменении свойства модели
(Унаследован от IPropertyContainer) |
Validate |
Вызывает обновление результата проверки объекта
(Унаследован от IPropertyContainer) |
PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged) |