Пример #1
0
 /// <summary>
 /// Lists the data sets in the vault.
 /// </summary>
 /// <returns>The data sets in the vault</returns>
 public ArrayList ListDataSets()
 {
     return(manager.ListFilenames());
 }
Пример #2
0
 /// <summary>
 /// Lists the result set in the vaults.
 /// </summary>
 /// <returns>The list of data sets in the vault</returns>
 public ArrayList ListResultSets()
 {
     return(manager.ListFilenames());
 }
Пример #3
0
 /// <summary>
 /// Lists the example sets in this vault.
 /// </summary>
 /// <returns>The list of example sets stored in this vault</returns>
 public ArrayList ListDataFiles()
 {
     return(myManager.ListFilenames());
 }
Пример #4
0
 /// <summary>
 /// Lists the data readers in the vault.
 /// </summary>
 /// <returns>A list of the data readers in the vault</returns>
 public ArrayList ListReaders()
 {
     return(myManager.ListFilenames());
 }
Пример #5
0
 /// <summary>
 /// Lists the networks in the vault.
 /// </summary>
 /// <returns>A list of the networks in the vault</returns>
 public ArrayList ListNetworks()
 {
     return(myManager.ListFilenames());
 }