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
formComponentobject
Returns
- IEnumerable<string>
GetProperties(Type)
Gets bindable attributes of given formComponentType.
IEnumerable<string> GetProperties(Type formComponentType)
Parameters
formComponentTypeType
Returns
- IEnumerable<string>