Show / Hide Table of Contents

Class ConstantViewAttribute

By applying this attribute to a controller you are assuming that it will never change and its fine to cache at first access and directly send it any future time. It also will pack to the client all related views to ensure that he can refer these views.

Inheritance
System.Object
ConstantViewAttribute
Namespace: Eco.Core.Controller
Assembly: Eco.Core.dll
Syntax
public class ConstantViewAttribute : Attribute

Constructors

ConstantViewAttribute()

Declaration
public ConstantViewAttribute()

Extension Methods

PropertyChanges.FirePropertyChanged(Object, String)
PropertyChanges.FirePropertyChanged(Object, String, Object, Object)
PropertyChanges.FirePropertyChanged(Object, MemberChangedBeforeAfterEventArgs)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾