PropertyUpdaterApplyValue Method
Apply value to member of memberObject.
Namespace: DHI.Mike1D.GenericAssembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
public bool ApplyValue(
MemberInfo member,
Object memberObject,
Object value,
string name,
IDiagnostics diagnostics
)
- member MemberInfo
- Property/field to assign value to
- memberObject Object
- Object containing property/field
- value Object
- Value to apply
- name String
- Name of property (for error reporting)
- diagnostics IDiagnostics
- Error reporting object
BooleanTrue on success