public interface ILegendViewModel : IPropertyContainer<ILegendModel>,
IPropertyContainer, IViewModel, INotifyPropertyChanged
Public Interface ILegendViewModel
Inherits IPropertyContainer(Of ILegendModel), IPropertyContainer, IViewModel,
INotifyPropertyChanged
public interface class ILegendViewModel : IPropertyContainer<ILegendModel^>,
IPropertyContainer, IViewModel, INotifyPropertyChanged
type ILegendViewModel =
interface
interface IPropertyContainer<ILegendModel>
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) |