Click or drag to resize

PropertyUpdater.ApplyValue 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.Reflection.MemberInfo
Property/field to assign value to
memberObject
Type: System.Object
Object containing property/field
value
Type: System.Object
Value to apply
name
Type: System.String
Name of property (for error reporting)
diagnostics
Type: DHI.Mike1D.Generic.IDiagnostics
Error reporting object

Return Value

Type: Boolean
True on success
See Also