public interface IAnnotationFactory : IFactory<IAnnotationModel, IAnnotationViewModel>,
IModelFactory<IAnnotationModel>, ITypeIdentifier, IViewModelFactory<IAnnotationModel, IAnnotationViewModel>Public Interface IAnnotationFactory
Inherits IFactory(Of IAnnotationModel, IAnnotationViewModel), IModelFactory(Of IAnnotationModel),
ITypeIdentifier, IViewModelFactory(Of IAnnotationModel, IAnnotationViewModel)public interface class IAnnotationFactory : IFactory<IAnnotationModel^, IAnnotationViewModel^>,
IModelFactory<IAnnotationModel^>, ITypeIdentifier, IViewModelFactory<IAnnotationModel^, IAnnotationViewModel^>type IAnnotationFactory =
interface
interface IFactory<IAnnotationModel, IAnnotationViewModel>
interface IModelFactory<IAnnotationModel>
interface ITypeIdentifier
interface IViewModelFactory<IAnnotationModel, IAnnotationViewModel>
end| Icon |
Gets Значок фабрики
(Унаследован от IFactoryTModel, TViewModel) |
| Name |
Gets Название фабрики
(Унаследован от IFactoryTModel, TViewModel) |
| TypeId |
Gets or sets Идентификатор типа
(Унаследован от ITypeIdentifier) |
| Create |
Создает и возвращает модель объекта
(Унаследован от IModelFactoryTModel) |
| Create(TModel) |
Создает и возвращает модель-представление объекта
(Унаследован от IViewModelFactoryTModel, TViewModel) |
| CreateAnnotation | Создает аннотацию из модели model |