public interface IDataLocationDataConnector<TForm, TContentLocation, TContentIdentifier, TLoadInfo> : IDataLocationConnector<TForm, TContentLocation, TContentIdentifier, TLoadInfo>, IDataLocationDataConnector, IDataLocationConnector, IFormAdapter where TForm : Form, new() where TContentLocation : ContentLocationBase, new() where TContentIdentifier : IContentIdentifier, new() where TLoadInfo : LoadInfoBase, new()
DataLocationContentDataResult GetDataLocationContentData(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo> context, DataContent<TContentLocation, TContentIdentifier> content, bool importFindings)