struct Builder

robot_2Generated
code_blocksInput

Description

A helper to create binds between two properties (or whatever you want). Example usage: set "BoolValue" from value of "StringValue".

BindSystem.Build.Set( this, "BoolValue" ).From( this, "StringValue" );

Members

Instance Methods

Member NameSummary
ReadOnlySets the bind to be read-only.
SetSets a binding with a target name and change action.
SetSets a binding with read and write functions.
SetSets a binding using a proxy.
FromCreates a link from a property info.
FromCreates a link from a target name.
FromCreates a link using read and write functions.
FromCreates a link from a source object with read and write functions.
FromCreates a link from a property expression.
FromCreates a link from a proxy source.
FromObjectCreates a link from an object.
FromDictionaryCreates a link from a dictionary entry.