Table of Contents

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

propertyName string

Property name.

displayValue object

Display value.

Returns

bool

True if the display value was successfully initialized, false otherwise.