public abstract class AbstractLegendFactory : AbstractFactory<ILegendModel, ILegendViewModel>,
ILegendFactory, IFactory<ILegendModel, ILegendViewModel>, IModelFactory<ILegendModel>,
ITypeIdentifier, IViewModelFactory<ILegendModel, ILegendViewModel>
Public MustInherit Class AbstractLegendFactory
Inherits AbstractFactory(Of ILegendModel, ILegendViewModel)
Implements ILegendFactory, IFactory(Of ILegendModel, ILegendViewModel),
IModelFactory(Of ILegendModel), ITypeIdentifier, IViewModelFactory(Of ILegendModel, ILegendViewModel)
public ref class AbstractLegendFactory abstract : public AbstractFactory<ILegendModel^, ILegendViewModel^>,
ILegendFactory, IFactory<ILegendModel^, ILegendViewModel^>, IModelFactory<ILegendModel^>,
ITypeIdentifier, IViewModelFactory<ILegendModel^, ILegendViewModel^>
[<AbstractClassAttribute>]
type AbstractLegendFactory =
class
inherit AbstractFactory<ILegendModel, ILegendViewModel>
interface ILegendFactory
interface IFactory<ILegendModel, ILegendViewModel>
interface IModelFactory<ILegendModel>
interface ITypeIdentifier
interface IViewModelFactory<ILegendModel, ILegendViewModel>
end
AbstractLegendFactory | Initializes a new instance of the AbstractLegendFactory class. Initializes a new instance of the AbstractFactoryTModel, TViewModel class. Инициализирует новый экземпляр класса Object. |
Factory | Gets Фабрика строителя свойств |
Icon |
Gets Значок фабрики
(Унаследован от AbstractFactoryTModel, TViewModel) |
Name |
Gets Название фабрики
(Унаследован от AbstractFactoryTModel, TViewModel) |
TypeId |
Gets Идентификатор типа
(Унаследован от AbstractFactoryTModel, TViewModel) |
Create |
Создает и возвращает модель объекта
(Унаследован от AbstractFactoryTModel, TViewModel) |
Create(TModel) |
Создает и возвращает модель-представление объекта
(Унаследован от AbstractFactoryTModel, TViewModel) |
CreateLegend | Осуществляет создание легенды |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |