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