Skip to main content

Class View<TModel>

Views are all about the opening and closing a certain user control or element. They can be used alone, if methods are accessed someone of course, yet we encourage it to be used in MVC Framework as described in documentation.

Declaration
public abstract class View<TModel> : View where TModel : BaseModel

Inheritance: System.Object -> MatchinghamGames.StockholmCore.View

Derived:
MatchinghamGames.StockholmCore.BaseView<TModel>

Properties

Model

Declaration
protected TModel Model { get; }

Methods

OnBindingUpdate()

Declaration
protected override sealed void OnBindingUpdate()