LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

InstanceComparer Property

Show in webframe






Gets or sets an IComparer of Leadtools.Medical.Storage.DataAccessLayer.CompositeInstanceDataSet.InstanceRow used to sort the loaded instances.
Syntax
public IComparer<CompositeInstanceDataSet.InstanceRow> InstanceComparer {get; set;}
'Declaration
 
Public Property InstanceComparer As IComparer(Of CompositeInstanceDataSet.InstanceRow)
'Usage
 
Dim instance As ImageListViewLoader
Dim value As IComparer(Of CompositeInstanceDataSet.InstanceRow)
 
instance.InstanceComparer = value
 
value = instance.InstanceComparer

            

            
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

See Also

Reference

ImageListViewLoader Class
ImageListViewLoader Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.