Interface IDataLocationConnector<TForm, TContentLocation, TContentIdentifier, TLoadInfo>
- Namespace
- MES.MQC.DataSourceLibrary.Interfaces
- Assembly
- MES.MQC.DataSourceLibrary.dll
public interface IDataLocationConnector<TForm, TContentLocation, TContentIdentifier, TLoadInfo> : IDataLocationConnector, IFormAdapter where TForm : Form, new() where TContentLocation : ContentLocationBase, new() where TContentIdentifier : IContentIdentifier, new() where TLoadInfo : LoadInfoBase, new()
Type Parameters
TFormTContentLocationTContentIdentifierTLoadInfo
- Inherited Members
Methods
CheckDataLocationModified(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>)
bool CheckDataLocationModified(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo> context)
Parameters
contextDataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>
Returns
GetDataLocationContents(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>)
DataLocationContentResult<TContentLocation, TContentIdentifier, TLoadInfo> GetDataLocationContents(DataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo> context)
Parameters
contextDataLocationConnectorContext<TForm, TContentLocation, TContentIdentifier, TLoadInfo>
Returns
- DataLocationContentResult<TContentLocation, TContentIdentifier, TLoadInfo>