Table of Contents

Class AccessViewViewModel<TUIView>

Namespace
GroupeIsa.Neos.Designer.UIAbstractions
Assembly
GroupeIsa.Neos.Designer.UIAbstractions.dll

Represents code in a context where the view model of a UI view is accessed by an owner property.

public abstract class AccessViewViewModel<TUIView> : ViewModel<TUIView>, IViewModel<TUIView>, IViewModel, IBaseViewModel where TUIView : class, IUIView

Type Parameters

TUIView

The type of entityView.

Inheritance
ViewModel<TUIView>
AccessViewViewModel<TUIView>
Implements
IViewModel<TUIView>
Inherited Members

Remarks

Used to be able to transpile this into this.owner.

Constructors

AccessViewViewModel()

Initializes a new instance of the AccessViewViewModel<TUIView> class.

protected AccessViewViewModel()