API ReferenceSandbox.Bind

Proxyclass

Gets and Sets a value from somewhere.

objectProxy
Namespace
Sandbox.Bind
Assembly
Sandbox.Bind
Declaration
public abstract class Sandbox.Bind.Proxy

Constructors1

Showing 1 constructors

protected Proxy()PROTECTEDCONSTRUCTOR

Properties6

Showing 6 properties

public virtual bool Sandbox.Bind.Proxy.CanRead { get; set; }PUBLICVIRTUALGETSET

True if we can get the value.

Returns:bool

public virtual bool Sandbox.Bind.Proxy.CanWrite { get; set; }PUBLICVIRTUALGETSET

True if we can set the value

Returns:bool

public virtual bool Sandbox.Bind.Proxy.IsValid { get; set; }PUBLICVIRTUALGETSET

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; }PUBLICGETSET

Debug name for this property

Returns:string

public System.WeakReference`1<object> Sandbox.Bind.Proxy.Target { get; set; }PUBLICGETSET

The object to read data from and write data to.

Returns:WeakReference<object>

public virtual object Sandbox.Bind.Proxy.Value { get; set; }PUBLICVIRTUALGETSET

Get or set the value.

Returns:object

On this page