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" );
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" );
Member Name | Summary |
---|---|
ReadOnly | Sets the bind to be read-only. |
Set | Sets a binding with a target name and change action. |
Set | Sets a binding with read and write functions. |
Set | Sets a binding using a proxy. |
From | Creates a link from a property info. |
From | Creates a link from a target name. |
From | Creates a link using read and write functions. |
From | Creates a link from a source object with read and write functions. |
From | Creates a link from a property expression. |
From | Creates a link from a proxy source. |
FromObject | Creates a link from an object. |
FromDictionary | Creates a link from a dictionary entry. |