Пример #1
0
 /// <summary>
 /// This method returns the dialog component that should be used to visualise INPUT to this parameter
 /// </summary>
 /// <param name="dataSets"></param>
 /// <returns></returns>
 public override DialogElement InputDialogElement(List<DataSetArray> dataSets)
 {
     _indexEle = new IndexElement(this);
     return (_indexEle);
 }
Пример #2
0
 /// <summary>
 /// This method returns the dialog component that should be used to visualise INPUT to this parameter
 /// </summary>
 /// <param name="dataSets"></param>
 /// <returns></returns>
 public override DialogElement InputDialogElement(List <DataSetArray> dataSets)
 {
     _indexEle = new IndexElement(this);
     return(_indexEle);
 }