public abstract class AbstractChartBehaviorFactory : IChartBehaviorFactory,
IFactory<IChartBehaviorModel, IChartBehaviorViewModel>, IModelFactory<IChartBehaviorModel>,
ITypeIdentifier, IViewModelFactory<IChartBehaviorModel, IChartBehaviorViewModel>Public MustInherit Class AbstractChartBehaviorFactory
Implements IChartBehaviorFactory, IFactory(Of IChartBehaviorModel, IChartBehaviorViewModel),
IModelFactory(Of IChartBehaviorModel), ITypeIdentifier, IViewModelFactory(Of IChartBehaviorModel, IChartBehaviorViewModel)public ref class AbstractChartBehaviorFactory abstract : IChartBehaviorFactory,
IFactory<IChartBehaviorModel^, IChartBehaviorViewModel^>, IModelFactory<IChartBehaviorModel^>,
ITypeIdentifier, IViewModelFactory<IChartBehaviorModel^, IChartBehaviorViewModel^>[<AbstractClassAttribute>]
type AbstractChartBehaviorFactory =
class
interface IChartBehaviorFactory
interface IFactory<IChartBehaviorModel, IChartBehaviorViewModel>
interface IModelFactory<IChartBehaviorModel>
interface ITypeIdentifier
interface IViewModelFactory<IChartBehaviorModel, IChartBehaviorViewModel>
end| AbstractChartBehaviorFactory | Initializes a new instance of the AbstractChartBehaviorFactory class. Инициализирует новый экземпляр класса Object. |
| Factory | Gets Фабрика создания построителя свойств |
| Icon | Gets Значок фабрики |
| Name | Gets Название фабрики |
| TypeId | Gets or sets Идентификатор типа |
| Create | Создает и возвращает модель объекта |
| Create(IChartBehaviorModel) | Создает и возвращает модель-представление объекта |
| CreateBehavior | Создает поведение из модели |
| 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) |