s&box docs
API ReferenceSandbox.Bind

public abstract class Sandbox.Bind.Proxy

Gets and Sets a value from somewhere.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

protected Proxy()

Properties

Showing 6 properties

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

True if we can get the value.

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

True if we can set the value

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

Should return if the proxy is now invalid, like if the source object was destroyed.

public string Sandbox.Bind.Proxy.Name { get; set; }

Debug name for this property

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

The object to read data from and write data to.

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

Get or set the value.

Metadata

FieldValue
NamespaceSandbox.Bind
Typeclass
AssemblySandbox.Bind
Doc IDT:Sandbox.Bind.Proxy

On this page