API ReferenceSandbox.Bind
Proxyclass
Gets and Sets a value from somewhere.
object→Proxy
Constructors1
Showing 1 constructors
protected Proxy()
No results match this filter.
Properties6
Showing 6 properties
public virtual bool Sandbox.Bind.Proxy.CanRead { get; set; }
True if we can get the value.
Returns:
bool—public virtual bool Sandbox.Bind.Proxy.CanWrite { get; set; }
True if we can set the value
Returns:
bool—public virtual bool Sandbox.Bind.Proxy.IsValid { get; set; }
Should return if the proxy is now invalid, like if the source object was destroyed.
Returns:
bool—public string Sandbox.Bind.Proxy.Name { get; set; }
Debug name for this property
Returns:
string—public System.WeakReference`1<object> Sandbox.Bind.Proxy.Target { get; set; }
The object to read data from and write data to.
Returns:
WeakReference<object>—public virtual object Sandbox.Bind.Proxy.Value { get; set; }
Get or set the value.
Returns:
object—No results match this filter.