Click or drag to resize
weroSoft AG, Software
DataInjection Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Helper for injecting data into other types.
Inheritance Hierarchy
SystemObject
  WeroSoft.RuntimeDataInjection

Namespace:  WeroSoft.Runtime
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class DataInjection

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