public interface IQueryModel
| Modifier and Type | Method and Description |
|---|---|
boolean |
decode(IDataSet objIDataSet)
Populates the Query Model using filled DataSet.
|
boolean |
encode(ITransferSyntax objITransferSyntax,
ISingleCollection<IDataSet> objDataSetList)
Gets the filled DataSet list from already populated Query Model.
|
boolean decode(IDataSet objIDataSet)
objIDataSet - Object of IDataSet.boolean encode(ITransferSyntax objITransferSyntax, ISingleCollection<IDataSet> objDataSetList)
objITransferSyntax - Object of ITransferSyntax.objDataSetList - Single collect of DataSet.