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