예제 #1
0
 public void ReplaceStoreProcAt(StoreProcType newValue, int index)
 {
     ReplaceDomElementAt("", "StoreProc", index, newValue);
 }
예제 #2
0
 public void InsertStoreProcAt(StoreProcType newValue, int index)
 {
     InsertDomElementAt("", "StoreProc", index, newValue);
 }
예제 #3
0
 public ParamterEnumerator(StoreProcType par)
 {
     parent = par;
     nIndex = -1;
 }
예제 #4
0
 public void AddStoreProc(StoreProcType newValue)
 {
     AppendDomElement("", "StoreProc", newValue);
 }
예제 #5
0
 public NameEnumerator(StoreProcType par)
 {
     parent = par;
     nIndex = -1;
 }