BindablePropertyAttribute Constructors
Provides settings for generating bindable properties by the POCO mechanism.| Name | Parameters | Description |
|---|---|---|
| BindablePropertyAttribute() | none | Initializes a new instance of the BindablePropertyAttribute class with the default settings. |
| BindablePropertyAttribute(Boolean) | isBindable | Initializes a new instance of the BindablePropertyAttribute class with the specified settings. |
See Also