Interface IBindablePropertiesCache
Implement this interface to create a cache of properties marked with BindablePropertyAttribute per a given type.
public interface IBindablePropertiesCache
- Extension Methods
Methods
GetProperties(object)
Gets bindable attributes of given formComponent
.
IEnumerable<string> GetProperties(object formComponent)
Parameters
formComponent
object
Returns
- IEnumerable<string>
GetProperties(Type)
Gets bindable attributes of given formComponentType
.
IEnumerable<string> GetProperties(Type formComponentType)
Parameters
formComponentType
Type
Returns
- IEnumerable<string>