Click or drag to resize

PropertyUpdaterApplyPropertyValue Method

Apply value to property with name propertyName

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 ApplyPropertyValue(
	string propertyName,
	Object value,
	IDiagnostics diagnostics
)

Parameters

propertyName
Type: SystemString

[Missing <param name="propertyName"/> documentation for "M:DHI.Mike1D.Generic.PropertyUpdater.ApplyPropertyValue(System.String,System.Object,DHI.Mike1D.Generic.IDiagnostics)"]

value
Type: SystemObject

[Missing <param name="value"/> documentation for "M:DHI.Mike1D.Generic.PropertyUpdater.ApplyPropertyValue(System.String,System.Object,DHI.Mike1D.Generic.IDiagnostics)"]

diagnostics
Type: DHI.Mike1D.GenericIDiagnostics

[Missing <param name="diagnostics"/> documentation for "M:DHI.Mike1D.Generic.PropertyUpdater.ApplyPropertyValue(System.String,System.Object,DHI.Mike1D.Generic.IDiagnostics)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.PropertyUpdater.ApplyPropertyValue(System.String,System.Object,DHI.Mike1D.Generic.IDiagnostics)"]

See Also