Rd Delegate Base
abstract class RdDelegateBase<out T : RdBindableBase>(val delegatedBy: T) : IRdBindable, IPrintable
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Creates a clone of this IRdBindable not bound to any protocol
Link copied to clipboard
Assigns IDs to this node and its child nodes in the graph.
Link copied to clipboard
open override fun preBind( lf: Lifetime, parent: IRdDynamic, name: String)
Content copied to clipboard
Inserts the node into the object graph under the given parent and assigns the specified name to it. The node will be removed from the graph when the specified lf lifetime is terminated.