public interface ILegendFactory : IFactory<ILegendModel, ILegendViewModel>,
IModelFactory<ILegendModel>, ITypeIdentifier, IViewModelFactory<ILegendModel, ILegendViewModel>Public Interface ILegendFactory
Inherits IFactory(Of ILegendModel, ILegendViewModel), IModelFactory(Of ILegendModel),
ITypeIdentifier, IViewModelFactory(Of ILegendModel, ILegendViewModel)public interface class ILegendFactory : IFactory<ILegendModel^, ILegendViewModel^>,
IModelFactory<ILegendModel^>, ITypeIdentifier, IViewModelFactory<ILegendModel^, ILegendViewModel^>type ILegendFactory =
interface
interface IFactory<ILegendModel, ILegendViewModel>
interface IModelFactory<ILegendModel>
interface ITypeIdentifier
interface IViewModelFactory<ILegendModel, ILegendViewModel>
end| Icon |
Gets Значок фабрики
(Унаследован от IFactoryTModel, TViewModel) |
| Name |
Gets Название фабрики
(Унаследован от IFactoryTModel, TViewModel) |
| TypeId |
Gets or sets Идентификатор типа
(Унаследован от ITypeIdentifier) |
| Create |
Создает и возвращает модель объекта
(Унаследован от IModelFactoryTModel) |
| Create(TModel) |
Создает и возвращает модель-представление объекта
(Унаследован от IViewModelFactoryTModel, TViewModel) |
| CreateLegend | Осуществляет создание легенды |