LEADTOOLS Medical (Leadtools.Medical.Workstation assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
InstanceComparer Property
See Also 
Leadtools.Medical.Workstation Namespace > ImageListViewLoader Class : InstanceComparer Property




Gets or sets an IComparer of Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSet.InstanceRow used to sort the loaded instances.

Syntax

Visual Basic (Declaration) 
Public Property InstanceComparer As IComparer(Of CompositeInstanceDataSet.InstanceRow)
Visual Basic (Usage)Copy Code
Dim instance As ImageListViewLoader
Dim value As IComparer(Of CompositeInstanceDataSet.InstanceRow)
 
instance.InstanceComparer = value
 
value = instance.InstanceComparer
C# 
public IComparer<CompositeInstanceDataSet.InstanceRow> InstanceComparer {get; set;}
Managed Extensions for C++ 
public: __property IComparer<CompositeInstanceDataSet.InstanceRow*>* get_InstanceComparer();
public: __property void set_InstanceComparer( 
   IComparer<CompositeInstanceDataSet.InstanceRow*>* value
);

Property Value

An IComparer of Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSet.InstanceRow used to sort the loaded instances.

Remarks

Provide a value for this property to load the instances in any order you like (e.g. Instance Number)

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also