Skip to content

Using Property Aliases

minton edited this page Mar 15, 2013 · 2 revisions
var binda = new Binder();
var aliases = new List<BindaAlias> { new BindaAlias("MyPropertyName", "MyPropertyAliasName") };
binda.Bind(myObject, myForm);
Clone this wiki locally