Schnittstelle IMultiFieldSaver
- Alle bekannten Implementierungsklassen:
MultiFieldSaver
public interface IMultiFieldSaver
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungvoidsaveFieldChangesIfIsMultiField(IField field, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Saves the changes of the given field if the given field is a multi field.voidsaveMultiFieldChangesOfEntity(IEntity entity, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Saves the changes of the multi fields of the given entity.
-
Methodendetails
-
saveFieldChangesIfIsMultiField
Saves the changes of the given field if the given field is a multi field.- Parameter:
field-dataAndSchemaAdapter-
-
saveMultiFieldChangesOfEntity
void saveMultiFieldChangesOfEntity(IEntity entity, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Saves the changes of the multi fields of the given entity.- Parameter:
entity-dataAndSchemaAdapter-
-