←Select platform

MatchingParameterList Class

Summary

Represents a collection of Leadtools.Medical.DataAccessLayer.Catalog.ICatalogEntity objects that can be individually accessed by index.

Syntax

C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class MatchingParameterList : IList<ICatalogEntity>, ICollection<ICatalogEntity>, IEnumerable<ICatalogEntity>, IEnumerable 
  
<DefaultMemberAttribute("Item")> 
Public Class MatchingParameterList  
   Implements System.Collections.Generic.ICollection(Of ICatalogEntity), System.Collections.Generic.IEnumerable(Of ICatalogEntity), System.Collections.Generic.IList(Of ICatalogEntity), System.Collections.IEnumerable  
[DefaultMemberAttribute("Item")] 
public ref class MatchingParameterList : public System.Collections.Generic.ICollection<ICatalogEntity>, System.Collections.Generic.IEnumerable<ICatalogEntity>, System.Collections.Generic.IList<ICatalogEntity>, System.Collections.IEnumerable   

Example

For an example of using the MatchingParameterCollection, refer to the utilities in "Leadtools.Medical.Winforms" project.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.DataAccessLayer Assembly