IWidgetViewModel - интерфейс

The WidgetViewModel interface.

Definition

Пространство имён: Tessa.UI.Views.Charting.Widgets
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public interface IWidgetViewModel : IViewModel, 
	INotifyPropertyChanged, ITypeIdentifier, IItemIdentifier, IDataTemplateProvider, IContextualDataTemplateProvider
Implements
INotifyPropertyChanged, IViewModel, IContextualDataTemplateProvider, IDataTemplateProvider, IItemIdentifier, ITypeIdentifier

Свойства

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)

События

PropertyChangedOccurs when a property value changes.
(Унаследован от INotifyPropertyChanged)

См. также