Skip to content

Auto generate ParameterValueConverter for assignable types #48

Closed
@ChebanovDD

Description

@ChebanovDD

Will simplify the creation of BindingContextProvider by eliminating the need to write ParameterValueConverters for each ViewModel.

The following will allow to provide any ViewModel for child elements.

[UxmlElement]
public partial class CommonBindingContextProvider : BindingContextProvider<IBindingContext>
{
}

Related thread #43 (comment)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions