Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactoring of SelectorHelper into SelectorDiscoveryService #1629

Merged
merged 1 commit into from
May 10, 2023

Conversation

tomasherceg
Copy link
Member

The SelectorHelper is recursively browsing the viewmodel and looks for properties ISelectionViewModel<TSelectionItem>.
By default, it looks only into the child objects which implement IDotvvmViewModel but I need to be able to extend this behavior to look also into Tuple or other tuple-like structures.

@tomasherceg tomasherceg merged commit 9256f54 into main May 10, 2023
@tomasherceg tomasherceg deleted the feature/autoui-extensible-selector-discovery branch May 10, 2023 10:12
@exyi exyi added this to the Version 4.2 milestone Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants