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