Click or drag to resize
weroSoft AG, Software
DataInjection Methods
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.

The DataInjection type exposes the following members.

Methods
  NameDescription
Public methodStatic memberInject(Object, Type, Object)
Injects all fields or properties which are marked with the defined attribute type name.
Public methodStatic memberInject(Object, Type, Object, Boolean)
Injects all fields or properties which are marked with the defined attribute type name.
Public methodStatic memberInjectField
Injects a value to a property within a data object.
Public methodStatic memberInjectProperty(Object, String, Object)
Injects a value to a property within a data object.
Public methodStatic memberInjectProperty(Object, String, Type, Object)
Injects a value to a property within a data object.
Public methodStatic memberTryInjectProperty
Tries to Inject a value to a property within a data object.
Top
See Also