Interface IAdditionalData
- Namespace
- GroupeIsa.Neos.Application
- Assembly
- GroupeIsa.Neos.Application.Abstractions.dll
Provides additional data on an entity view.
[JsonConverter(typeof(AdditionalDataJsonConverter))]
public interface IAdditionalData
Methods
TrySetDisplayValue(string, object)
Tries to set a display value on a given property.
bool TrySetDisplayValue(string propertyName, object displayValue)
Parameters
Returns
- bool
True if the display value was successfully initialized, false otherwise.