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