AbstractChartBehaviorFactory - класс

Базовый абстрактный класс для реализации фабрик поведений диаграммы

Definition

Пространство имён: Tessa.UI.Views.Charting.Behaviors
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
C#
public abstract class AbstractChartBehaviorFactory : IChartBehaviorFactory, 
	IFactory<IChartBehaviorModel, IChartBehaviorViewModel>, IModelFactory<IChartBehaviorModel>, 
	ITypeIdentifier, IViewModelFactory<IChartBehaviorModel, IChartBehaviorViewModel>
Inheritance
Object    AbstractChartBehaviorFactory
Derived
Implements
IChartBehaviorFactory, IFactoryIChartBehaviorModel, IChartBehaviorViewModel, IModelFactoryIChartBehaviorModel, IViewModelFactoryIChartBehaviorModel, IChartBehaviorViewModel, ITypeIdentifier

Конструкторы

AbstractChartBehaviorFactory Initializes a new instance of the AbstractChartBehaviorFactory class. Инициализирует новый экземпляр класса Object.

Свойства

Factory Gets Фабрика создания построителя свойств
Icon Gets Значок фабрики
Name Gets Название фабрики
TypeId Gets or sets Идентификатор типа

Методы

Create Создает и возвращает модель объекта
Create(IChartBehaviorModel) Создает и возвращает модель-представление объекта
CreateBehavior Создает поведение из модели
EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
InternalMarkerCanvas Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также