Class PropertySubscriptionBase
Base class for all property subscriptions.
Inheritance
System.Object
PropertySubscriptionBase
Assembly: Eco.Shared.dll
Syntax
public abstract class PropertySubscriptionBase : Object, IPropertySubscription, ISubscription
Constructors
PropertySubscriptionBase()
Declaration
protected PropertySubscriptionBase()
Properties
IsAlive
Declaration
public bool IsAlive { get; }
Property Value
Type |
Description |
System.Boolean |
|
Method
Declaration
public abstract MethodInfo Method { get; }
Property Value
Type |
Description |
System.Reflection.MethodInfo |
|
PropertyName
Declaration
public string PropertyName { get; protected set; }
Property Value
Type |
Description |
System.String |
|
Subject
Declaration
public IObservable Subject { get; protected set; }
Property Value
Target
Declaration
public abstract object Target { get; }
Property Value
Type |
Description |
System.Object |
|
Methods
Invoke()
Declaration
public abstract void Invoke()
Unsubscribe()
Declaration
public virtual void Unsubscribe()
Implements
Extension Methods