Is there any Injection in ValueInjecter that injects into private properties?

有帮助吗?

解决方案

you can build one, you can inherit the IValueInjection, use reflection and go through all the properties private or public, or both, however you need, and set the values from one object to another

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top