PropertyUpdaterApplyValue Method

Apply value to member of memberObject.

Definition

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

Parameters

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

Return Value

Boolean
True on success

See Also