public abstract class AbstractFactory<TModel, TViewModel> : IFactory<TModel, TViewModel>,
IModelFactory<TModel>, ITypeIdentifier, IViewModelFactory<TModel, TViewModel>
where TViewModel : INotifyPropertyChanged
Public MustInherit Class AbstractFactory(Of TModel, TViewModel As INotifyPropertyChanged)
Implements IFactory(Of TModel, TViewModel), IModelFactory(Of TModel),
ITypeIdentifier, IViewModelFactory(Of TModel, TViewModel)
generic<typename TModel, typename TViewModel>
where TViewModel : INotifyPropertyChanged
public ref class AbstractFactory abstract : IFactory<TModel, TViewModel>,
IModelFactory<TModel>, ITypeIdentifier, IViewModelFactory<TModel, TViewModel>
[<AbstractClassAttribute>]
type AbstractFactory<'TModel, 'TViewModel when 'TViewModel : INotifyPropertyChanged> =
class
interface IFactory<'TModel, 'TViewModel>
interface IModelFactory<'TModel>
interface ITypeIdentifier
interface IViewModelFactory<'TModel, 'TViewModel>
end
AbstractFactoryTModel, TViewModel | Initializes a new instance of the AbstractFactoryTModel, TViewModel class. Инициализирует новый экземпляр класса Object. |
Create | Создает и возвращает модель объекта |
Create(TModel) | Создает и возвращает модель-представление объекта |
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) |