Show / Hide Table of Contents

Class PropertySubscriptionBase

Base class for all property subscriptions.

Inheritance
System.Object
PropertySubscriptionBase
NoOpPropertySubscription
Implements
IPropertySubscription
ISubscription
Namespace: Eco.Shared.View
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
Type Description
IObservable

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

IPropertySubscription
ISubscription

Extension Methods

CommandLine.FeedFromCommandLine(Object)
CommandLine.ToCommandLineArgs(Object, Func<Object, Boolean>)
ListUtil.DepthFirstTraversal<T>(T, Func<T, IEnumerable<T>>)
EnumerableExtensions.SingleItemAsEnumerable<T>(T)
EventUtils.RaiseEvent<TEventArgs>(Object, String, TEventArgs)
PredicateUtils.MatchesAll<TEnumerable, T>(T, TEnumerable)
PredicateUtils.MatchesAll<T>(T, Func<T, Boolean>[])
PredicateUtils.MatchesAny<TEnumerable, T>(T, TEnumerable)
ReflectionUtils.PropertyValue<T>(Object, PropertyInfo)
ReflectionUtils.TryGetPropertyValueByName<T>(Object, String, out T)
ReflectionUtils.GetPropertyValueByName<T>(Object, String)
ReflectionUtils.SetPropertyByName(Object, String, Object)
ReflectionUtils.GetStructPropertyByName<T>(Object, String)
ReflectionUtils.GetStringPropertyByName(Object, String)
ReflectionUtils.ZipByProperty<T>(Object, Object, Object, Func<T, T, T>)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾