Click or drag to resize

PropertyValuesContainerHelperGetDifferencesDescription Method

Builds a representation of the differences between two property value containers.

Namespace:  Omada.OE.AppLogic.Helpers
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public Dictionary<string, string> GetDifferencesDescription(
	PropertyValuesContainer curValues,
	PropertyValuesContainer newValues
)

Parameters

curValues
Type: Omada.OE.ModelPropertyValuesContainer
newValues
Type: Omada.OE.ModelPropertyValuesContainer

Return Value

Type: DictionaryString, String
The result dictionary only has entries for properties that are changed. Keys are property names. Values are textual descriptions of the change or of the new value.
See Also