Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets or sets the element at the given index. |
The following tables list the members exposed by EnhancementResultsCollection.
Name | Description | |
---|---|---|
![]() | Capacity | (Inherited from System.Collections.CollectionBase) |
![]() | Count | (Inherited from System.Collections.CollectionBase) |
![]() | Item | Gets or sets the element at the given index. |
Name | Description | |
---|---|---|
![]() | InnerList | (Inherited from System.Collections.CollectionBase) |
![]() | List | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | Add | Adds an element to the collection. |
![]() | Clear | (Inherited from System.Collections.CollectionBase) |
![]() | Contains | Determines whether the specified element is in the collection. |
![]() | CopyTo | Provide strongly typed member for ICollection |
![]() | GetEnumerator | Provide strongly typed enumerator |
![]() | IndexOf | Determines whether the specified element is in the collection and returns its index. |
![]() | Insert | Inserts an element into the collection. |
![]() | Remove | Removes an element from the collection. |
![]() | RemoveAt | (Inherited from System.Collections.CollectionBase) |
Name | Description | |
---|---|---|
![]() | OnClear | (Inherited from System.Collections.CollectionBase) |
![]() | OnClearComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnInsert | Overridden. Performs type checking on the object before inserting it to the EnhancementResultsCollection |
![]() | OnInsertComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnRemove | Overridden. Performs type checking on the object before removing it from EnhancementResultsCollection |
![]() | OnRemoveComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnSet | Overridden. Performs type checking prior to setting a valid results item in EnhancementResultsCollection |
![]() | OnSetComplete | (Inherited from System.Collections.CollectionBase) |
![]() | OnValidate | Overridden. Performs type checking on the object to ensure it is a ScanFix enhancement option |