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()