public abstract class AxisFactory : AbstractFactory<IAxisModel, IAxisViewModel>,
IAxisFactory, IFactory<IAxisModel, IAxisViewModel>, IModelFactory<IAxisModel>,
ITypeIdentifier, IViewModelFactory<IAxisModel, IAxisViewModel>
Public MustInherit Class AxisFactory
Inherits AbstractFactory(Of IAxisModel, IAxisViewModel)
Implements IAxisFactory, IFactory(Of IAxisModel, IAxisViewModel),
IModelFactory(Of IAxisModel), ITypeIdentifier, IViewModelFactory(Of IAxisModel, IAxisViewModel)
public ref class AxisFactory abstract : public AbstractFactory<IAxisModel^, IAxisViewModel^>,
IAxisFactory, IFactory<IAxisModel^, IAxisViewModel^>, IModelFactory<IAxisModel^>,
ITypeIdentifier, IViewModelFactory<IAxisModel^, IAxisViewModel^>
[<AbstractClassAttribute>]
type AxisFactory =
class
inherit AbstractFactory<IAxisModel, IAxisViewModel>
interface IAxisFactory
interface IFactory<IAxisModel, IAxisViewModel>
interface IModelFactory<IAxisModel>
interface ITypeIdentifier
interface IViewModelFactory<IAxisModel, IAxisViewModel>
end
AxisFactory | Initializes a new instance of the AxisFactory class. Инициализирует новый экземпляр класса Object. |
Icon |
Gets Значок фабрики
(Унаследован от AbstractFactoryTModel, TViewModel) |
IsRangeAxis | Gets a value indicating whether Признак диапазонной оси координат |
Name |
Gets Название фабрики
(Унаследован от AbstractFactoryTModel, TViewModel) |
TypeId |
Gets Идентификатор типа
(Унаследован от AbstractFactoryTModel, TViewModel) |
Create |
Создает и возвращает модель объекта
(Унаследован от AbstractFactoryTModel, TViewModel) |
Create(TModel) |
Создает и возвращает модель-представление объекта
(Унаследован от AbstractFactoryTModel, TViewModel) |
CreateAxis | Создает ось координат диаграммы из модели |
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) |
InitializeCommonProperty | Инициализирует общие свойства оси |
InitializeStripLines | Осуществляет инициализацию полос |
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) |