![]() | |
DataInjection Methods |
The DataInjection type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Inject(Object, Type, Object) |
Injects all fields or properties which are marked with the defined attribute type name.
|
![]() ![]() | Inject(Object, Type, Object, Boolean) |
Injects all fields or properties which are marked with the defined attribute type name.
|
![]() ![]() | InjectField |
Injects a value to a property within a data object.
|
![]() ![]() | InjectProperty(Object, String, Object) |
Injects a value to a property within a data object.
|
![]() ![]() | InjectProperty(Object, String, Type, Object) |
Injects a value to a property within a data object.
|
![]() ![]() | TryInjectProperty |
Tries to Inject a value to a property within a data object.
|