public SelectMgr_EntityOwner(SelectMgr_EntityOwner theOwner, int aPriority)
     : base()
 {
     throw new NotImplementedException();
 }
 public SelectMgr_EntityOwner(SelectMgr_EntityOwner parameter1)
     : base()
 {
     throw new NotImplementedException();
 }
 public void Append(SelectMgr_EntityOwner theItem)
 {
     throw new NotImplementedException();
 }
Example #4
0
 public bool IsOk(SelectMgr_EntityOwner anobj)
 {
     throw new NotImplementedException();
 }
 public void InsertAfter(int theIndex, SelectMgr_EntityOwner theItem)
 {
     throw new NotImplementedException();
 }
 public void SetValue(int theIndex, SelectMgr_EntityOwner theItem)
 {
     throw new NotImplementedException();
 }
 public SelectMgr_SortCriterion FindFromKey(SelectMgr_EntityOwner theKey1)
 {
     throw new NotImplementedException();
 }
Example #8
0
 public void SetAssemblyOwner(SelectMgr_EntityOwner theOwner)
 {
     throw new NotImplementedException();
 }
 public void RemoveKey(SelectMgr_EntityOwner theKey1)
 {
     throw new NotImplementedException();
 }
 public int FindIndex(SelectMgr_EntityOwner theKey1)
 {
     throw new NotImplementedException();
 }
 public void Substitute(int theIndex, SelectMgr_EntityOwner theKey1, SelectMgr_SortCriterion theItem)
 {
     throw new NotImplementedException();
 }
 public bool Contains(SelectMgr_EntityOwner theKey1)
 {
     throw new NotImplementedException();
 }
 public int Add(SelectMgr_EntityOwner theKey1, SelectMgr_SortCriterion theItem)
 {
     throw new NotImplementedException();
 }
 public bool FindFromKey(SelectMgr_EntityOwner theKey1, SelectMgr_SortCriterion theValue)
 {
     throw new NotImplementedException();
 }
 public SelectMgr_SortCriterion ChangeSeek(SelectMgr_EntityOwner theKey1)
 {
     throw new NotImplementedException();
 }