push-pop / Unity-MVVM

Lightweight MVVM Framework for Unity3D
MIT License
330 stars 28 forks source link

isBound should only live in DataBindingConnection #26

Closed push-pop closed 4 years ago

push-pop commented 4 years ago

Currently there is a bool in DataBindingBase and in DataBindingConnection. This is confusion and we should only rely on the one in DataBindingConnection.

The Property IsBount in DataBindingBase should be readonly and return this value.