 | 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)
Syntaxstring GetDisplayValue(
PropertyInfo[] path,
PropertyInfo propertyInfo
)
Function GetDisplayValue (
path As PropertyInfo(),
propertyInfo As PropertyInfo
) As String
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:
StringA value to display or null if no transformation is needed
See Also