IWidgetViewModel - интерфейс |
Пространство имён: Tessa.UI.Views.Charting.Widgets
public interface IWidgetViewModel : IViewModel, INotifyPropertyChanged, ITypeIdentifier, IItemIdentifier, IDataTemplateProvider, IContextualDataTemplateProvider
Тип IWidgetViewModel предоставляет следующие члены.
Имя | Описание | |
---|---|---|
Children |
Gets the children.
| |
ConfigureCommand |
Gets the configure command.
| |
DataTemplate |
Gets Шаблон данных
(Унаследован от IDataTemplateProvider.) | |
Factory |
Gets Фабрика которая создает данный элемент
| |
HasChildren |
Gets a value indicating whether has children.
| |
IsConfigurable |
Gets a value indicating whether Признак возможности конфигурирования элемента
| |
IsSelectable |
Gets a value indicating whether is selectable.
| |
IsSelected |
Gets or sets a value indicating whether is selected.
| |
Key |
Gets or sets Идентификатор элемента
(Унаследован от IItemIdentifier.) | |
Model |
Gets the model.
| |
SelectCommand |
Gets the select command.
| |
TypeId |
Gets or sets Идентификатор типа
(Унаследован от ITypeIdentifier.) |
Имя | Описание | |
---|---|---|
TryGetTemplate |
Вызывается для получения шаблона данных для объекта
(Унаследован от IContextualDataTemplateProvider.) |
Имя | Описание | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Унаследован от INotifyPropertyChanged.) |