Interface IPropertySubscription
Interface for property change subscriptions. Holds information about observable subject, invocation target and method. May be invoked to notify subscription.
Assembly: Eco.Shared.dll
Syntax
public interface IPropertySubscription : ISubscription
Properties
IsAlive
Declaration
Property Value
Type |
Description |
System.Boolean |
|
Method
Declaration
MethodInfo Method { get; }
Property Value
Type |
Description |
System.Reflection.MethodInfo |
|
PropertyName
Declaration
string PropertyName { get; }
Property Value
Type |
Description |
System.String |
|
Subject
Declaration
IObservable Subject { get; }
Property Value
Target
Declaration
Property Value
Type |
Description |
System.Object |
|
Methods
Invoke()
Declaration
Extension Methods