Click or drag to resize

ISynchronizableGetDisplayValue Method

Allow to get a display value for a field (like guid field...)

Namespace:  EBP.Framework.Common.Interfaces.Synchronization
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
string GetDisplayValue(
	PropertyInfo[] path,
	PropertyInfo propertyInfo
)

Parameters

path
Type: System.ReflectionPropertyInfo
Path of propertyInfo from the main ISynchronizable data
propertyInfo
Type: System.ReflectionPropertyInfo
List of PropertyInfo corresponding to a a field a its complete path

Return Value

Type: String
A value to display or null if no transformation is needed
See Also