Show / Hide Table of Contents

Interface IView

Inherited Members
IObservable.SubscribeUnique(IPropertySubscription)
IObservable.Subscribe(IPropertySubscription)
IObservable.Unsubscribe(IPropertySubscription)
IObservable.NotifyChanged(String)
IObservable.HasProperty(String)
IObservable.IsAvailable(String)
IObservable.DebugName
Namespace: Eco.Shared.View
Assembly: Eco.Shared.dll
Syntax
public interface IView : IViewController, IObservable

Properties

ClassInfo

Declaration
ViewClassInfo ClassInfo { get; }
Property Value
Type Description
ViewClassInfo

ControllerID

Declaration
int ControllerID { get; set; }
Property Value
Type Description
System.Int32

TypeName

Declaration
string TypeName { get; }
Property Value
Type Description
System.String

ViewTypeID

Declaration
int ViewTypeID { get; set; }
Property Value
Type Description
System.Int32

Methods

GetValue(String, Int32)

Declaration
object GetValue(string propName, int index = -1)
Parameters
Type Name Description
System.String propName
System.Int32 index
Returns
Type Description
System.Object

RPC(String, Action, Object[])

Declaration
void RPC(string methodname, Action response, params object[] args)
Parameters
Type Name Description
System.String methodname
System.Action response
System.Object[] args

RPC(String, Object[])

Declaration
void RPC(string methodname, params object[] args)
Parameters
Type Name Description
System.String methodname
System.Object[] args

RPC<T>(String, Action<T>, Object[])

Declaration
void RPC<T>(string methodname, Action<T> response, params object[] args)
Parameters
Type Name Description
System.String methodname
System.Action<T> response
System.Object[] args
Type Parameters
Name Description
T

UpdateProperty(BSONValue, BSONObject)

Declaration
void UpdateProperty(BSONValue propNameID, BSONObject bson)
Parameters
Type Name Description
BSONValue propNameID
BSONObject bson

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>)
ObservableExtensions.WeakSubscribe(IObservable, String, Action)
ObservableExtensions.WeakSubscribeUnique(IObservable, String, Action)
ObservableExtensions.WeakSubscribeAndCall(IObservable, String, Action)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾