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