Click or drag to resize

PropertyUpdaterApplyValue Method

Apply value to member of memberObject.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool ApplyValue(
	MemberInfo member,
	Object memberObject,
	Object value,
	string name,
	IDiagnostics diagnostics
)

Parameters

member
Type: System.ReflectionMemberInfo
Property/field to assign value to
memberObject
Type: SystemObject
Object containing property/field
value
Type: SystemObject
Value to apply
name
Type: SystemString
Name of property (for error reporting)
diagnostics
Type: DHI.Mike1D.GenericIDiagnostics
Error reporting object

Return Value

Type: Boolean
True on success
See Also