public abstract class AbstractChartSeriesFactory : AbstractFactory<IChartSeries, IChartSeriesViewModel>,
IChartSeriesFactory, IFactory<IChartSeries, IChartSeriesViewModel>, IModelFactory<IChartSeries>,
ITypeIdentifier, IViewModelFactory<IChartSeries, IChartSeriesViewModel>
Public MustInherit Class AbstractChartSeriesFactory
Inherits AbstractFactory(Of IChartSeries, IChartSeriesViewModel)
Implements IChartSeriesFactory, IFactory(Of IChartSeries, IChartSeriesViewModel),
IModelFactory(Of IChartSeries), ITypeIdentifier, IViewModelFactory(Of IChartSeries, IChartSeriesViewModel)
public ref class AbstractChartSeriesFactory abstract : public AbstractFactory<IChartSeries^, IChartSeriesViewModel^>,
IChartSeriesFactory, IFactory<IChartSeries^, IChartSeriesViewModel^>, IModelFactory<IChartSeries^>,
ITypeIdentifier, IViewModelFactory<IChartSeries^, IChartSeriesViewModel^>
[<AbstractClassAttribute>]
type AbstractChartSeriesFactory =
class
inherit AbstractFactory<IChartSeries, IChartSeriesViewModel>
interface IChartSeriesFactory
interface IFactory<IChartSeries, IChartSeriesViewModel>
interface IModelFactory<IChartSeries>
interface ITypeIdentifier
interface IViewModelFactory<IChartSeries, IChartSeriesViewModel>
end
AbstractChartSeriesFactory | Initializes a new instance of the AbstractChartSeriesFactory class. Инициализирует новый экземпляр класса Object. |
Appearances | Gets or sets Список описаний внешних видов |
Icon |
Gets Значок фабрики
(Унаследован от AbstractFactoryTModel, TViewModel) |
Name |
Gets Название фабрики
(Унаследован от AbstractFactoryTModel, TViewModel) |
Palettes | Gets or sets Реестр палитр. |
SupportedBehaviors | Gets Поддерживаемые поведения |
TypeId |
Gets Идентификатор типа
(Унаследован от AbstractFactoryTModel, TViewModel) |
Create |
Создает и возвращает модель объекта
(Унаследован от AbstractFactoryTModel, TViewModel) |
Create(TModel) |
Создает и возвращает модель-представление объекта
(Унаследован от AbstractFactoryTModel, TViewModel) |
CreateSeries | Создает ряд диаграммы |
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) |
GetSupportedSeriesCombinations | Возвращает список рядов с которыми может осуществлять комбинацию ряд создаваемый фабрикой |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
InitializeData | Инициализирует данные ряда диаграммы |
InternalCreateSeries | Создает ряд диаграммы. |
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) |