Leadtools.Medical.DataAccessLayer Namespace : MatchingParameterList Class |
The following tables list the members exposed by MatchingParameterList.
Name | Description | |
---|---|---|
MatchingParameterList Constructor | Initializes a new instance of the MatchingParameterList class. |
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the MatchingParameterList. | |
IsReadOnly | Gets a value indicating whether the MatchingParameterList is read-only. | |
Item | Gets or sets the element at the specified index. |
Name | Description | |
---|---|---|
Add | Adds an item to the MatchingParameterList. | |
AddRange | Adds the elements of the specified collection to the end of the MatchingParameterList object. | |
Clear | Removes all items from the MatchingParameterList. | |
Contains | Determines whether the MatchingParameterList contains a Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity. | |
CopyTo | Copies the elements of the MatchingParameterList to an Array of Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity, starting at a particular Array index. | |
GetEnumerator | Returns an enumerator that iterates through a collection. | |
IndexOf | Determines the index of a specific Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity in the MatchingParameterList object. | |
Insert | Inserts an item to the MatchingParameterList object at the specified index. | |
Remove | Removes the first occurrence of a Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity from the MatchingParameterList object. | |
RemoveAt | Removes the Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity item at the specified index. |