True databindprop Creates a property for a data value and the corresponding data property. private readonly Slash.Unity.DataBind.Core.Data.Property<$Type$> $name$Property = new Slash.Unity.DataBind.Core.Data.Property<$Type$>(); public $Type$ $Name$ { get { return this.$name$Property.Value; } set { this.$name$Property.Value = value; } } True True Data Bind for Unity True True InCSharpFile 2.0 True 2 0 True 1 True decapitalize(Name) -1 2