Interface IReadPlaceholdersParams<TData>
- 
- Type Parameters:
 TData- Type of the element's properties model.
- All Known Implementing Classes:
 ReadPlaceholdersParams
public interface IReadPlaceholdersParams<TData>Models the parameters that are passed toIElementHandler.readPlaceholders(IReadPlaceholdersParams).- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TDatagetData() 
 - 
 
- 
- 
Method Detail
- 
getData
TData getData()
- Returns:
 - The workflow element's properties model from which to read the placeholders.
 
 
 - 
 
 -