Show / Hide Table of Contents

Class NotifyAttribute

Attribute which may be used to mark a property/method as controller property which may be used in Subscribe/Changed methods. By default only properties with Eco, SyncToViewAttribute and ClientInterfacePropertyAttribute notified, but if you still need to subscribe to property without syncing to client then the attribute may be used.

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

Constructors

NotifyAttribute()

Declaration
public NotifyAttribute()

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
☀
☾