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
)
Public Function ApplyValue (
member As MemberInfo,
memberObject As Object,
value As Object,
name As String,
diagnostics As IDiagnostics
) As Boolean
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:
BooleanTrue on success
See Also