public interface IChartSeriesViewModel<TModel> : IPropertyContainer<TModel>,
IPropertyContainer, IViewModel, INotifyPropertyChanged
where TModel : class, IChartSeries
Public Interface IChartSeriesViewModel(Of TModel As {Class, IChartSeries})
Inherits IPropertyContainer(Of TModel), IPropertyContainer, IViewModel,
INotifyPropertyChanged
generic<typename TModel>
where TModel : ref class, IChartSeries
public interface class IChartSeriesViewModel : IPropertyContainer<TModel>,
IPropertyContainer, IViewModel, INotifyPropertyChanged
type IChartSeriesViewModel<'TModel when 'TModel : not struct and IChartSeries> =
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) |