public interface IWidgetViewModel : IViewModel,
INotifyPropertyChanged, ITypeIdentifier, IItemIdentifier, IDataTemplateProvider, IContextualDataTemplateProvider
Public Interface IWidgetViewModel
Inherits IViewModel, INotifyPropertyChanged, ITypeIdentifier, IItemIdentifier,
IDataTemplateProvider, IContextualDataTemplateProvider
public interface class IWidgetViewModel : IViewModel,
INotifyPropertyChanged, ITypeIdentifier, IItemIdentifier, IDataTemplateProvider, IContextualDataTemplateProvider
type IWidgetViewModel =
interface
interface IViewModel
interface INotifyPropertyChanged
interface ITypeIdentifier
interface IItemIdentifier
interface IDataTemplateProvider
interface IContextualDataTemplateProvider
end
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) |