ILegendFactory - интерфейс

Фабрика создания легенды

Definition

Пространство имён: Tessa.UI.Views.Charting.Legends
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public interface ILegendFactory : IFactory<ILegendModel, ILegendViewModel>, 
	IModelFactory<ILegendModel>, ITypeIdentifier, IViewModelFactory<ILegendModel, ILegendViewModel>
Implements
IFactoryILegendModel, ILegendViewModel, IModelFactoryILegendModel, IViewModelFactoryILegendModel, ILegendViewModel, ITypeIdentifier

Свойства

Icon Gets Значок фабрики
(Унаследован от IFactoryTModel, TViewModel)
Name Gets Название фабрики
(Унаследован от IFactoryTModel, TViewModel)
TypeId Gets or sets Идентификатор типа
(Унаследован от ITypeIdentifier)

Методы

Create Создает и возвращает модель объекта
(Унаследован от IModelFactoryTModel)
Create(TModel) Создает и возвращает модель-представление объекта
(Унаследован от IViewModelFactoryTModel, TViewModel)
CreateLegend Осуществляет создание легенды

См. также