Interface IMultiValueFieldSaver
- All Known Implementing Classes:
MultiValueFieldSaver
public interface IMultiValueFieldSaver
- Author:
- Silvan Wyss
-
Method Summary
Modifier and TypeMethodDescriptionvoidsaveMultiValueFieldChanges(IMultiValueField<?> multiValueField, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Saves the changes of the given multiValueField.
-
Method Details
-
saveMultiValueFieldChanges
void saveMultiValueFieldChanges(IMultiValueField<?> multiValueField, IDataAdapterAndSchemaReader dataAndSchemaAdapter) Saves the changes of the given multiValueField.- Parameters:
multiValueField-dataAndSchemaAdapter-
-