Interface IExtendedAssociateCollection
  
  
  
  
  Assembly: MESL.SqlRace.Domain.dll
  Syntax
  
    public interface IExtendedAssociateCollection : ICollection<ExtendedAssociate>, IEnumerable<ExtendedAssociate>, IEnumerable
   
  Properties
  
  
  Item[Int32]
  
  
  Declaration
  
    ExtendedAssociate this[int index] { get; set; }
   
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        index | 
         | 
      
    
  
  Property Value
  
  Methods
  
  
  AsNewList()
  Returns a copy of the contents of the collection
 
  
  Declaration
  
    IList<ExtendedAssociate> AsNewList()
   
  Returns
  
  
  IndexOf(ExtendedAssociate)
  
  
  Declaration
  
    int IndexOf(ExtendedAssociate item)
   
  Parameters
  
  Returns
  
    
      
        | Type | 
        Description | 
      
    
    
      
        | System.Int32 | 
         | 
      
    
  
  
  Insert(Int32, ExtendedAssociate)
  
  
  Declaration
  
    void Insert(int index, ExtendedAssociate item)
   
  Parameters
  
  
  RemoveAt(Int32)
  
  
  Declaration
  
  Parameters
  
    
      
        | Type | 
        Name | 
        Description | 
      
    
    
      
        | System.Int32 | 
        index | 
         | 
      
    
  
  Events
  
  ItemAdded
  Event fired when an item is added to the
 
  
  Declaration
  
    event EventHandler<ItemEventArgs> ItemAdded
   
  Event Type
  
  ItemRemoved
  Event Fired when an item is removed from the ExtendedAssociate collection
 
  
  Declaration
  
    event EventHandler<ItemEventArgs> ItemRemoved
   
  Event Type