Beispiel #1
0
 public void Remove(SelectMgr_Filter aFilter)
 {
     throw new NotImplementedException();
 }
Beispiel #2
0
 public bool IsIn(SelectMgr_Filter aFilter)
 {
     throw new NotImplementedException();
 }
Beispiel #3
0
 public void Add(SelectMgr_Filter afilter)
 {
     throw new NotImplementedException();
 }
Beispiel #4
0
 public void Append(SelectMgr_Filter theItem)
 {
     throw new NotImplementedException();
 }
Beispiel #5
0
 public void SetValue(int theIndex, SelectMgr_Filter theItem)
 {
     throw new NotImplementedException();
 }
Beispiel #6
0
 public void InsertAfter(int theIndex, SelectMgr_Filter theItem)
 {
     throw new NotImplementedException();
 }
Beispiel #7
0
 public SelectMgr_Filter(SelectMgr_Filter parameter1)
     : base()
 {
     throw new NotImplementedException("Native class is abstract");
 }