QueryablePropertyAttribute #544
Closed
Makajda
started this conversation in
New Feature Discussions
Replies: 2 comments 3 replies
-
There is already a It doesn't generate the property for you though |
Beta Was this translation helpful? Give feedback.
3 replies
-
Closed as answered |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
Similar to ObservablePropertyAttribute, would it make sense to add a QueryablePropertyAttribute?
[QueryableProperty] object myProperty;
It generate just like ObservableProperty + [QueryProperty(nameof(MyProperty), nameof(MyProperty))] for a class
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions