Schnittstelle IContentFieldDtoMapper
- Alle bekannten Implementierungsklassen:
ContentFieldDtoMapper
public interface IContentFieldDtoMapper
- Version:
- 2025-01-11
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungmapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnViewDto columnView)
-
Methodendetails
-
mapNullableStringRepresentedValueToContentFieldDto
FieldDto mapNullableStringRepresentedValueToContentFieldDto(String nullableStringRepresentedValue, String nullableAdditionalValue, ColumnViewDto columnView) - Parameter:
nullableStringRepresentedValue-nullableAdditionalValue-columnView-- Gibt zurück:
- a new
FieldDtofrom the given nullableStringRepresentedValue.
-