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