Uses of Class
com.microsoft.tfs.core.clients.workitem.query.qe.SortField

Packages that use SortField
com.microsoft.tfs.core.clients.workitem.query.qe   
 

Uses of SortField in com.microsoft.tfs.core.clients.workitem.query.qe
 

Methods in com.microsoft.tfs.core.clients.workitem.query.qe that return SortField
 SortField SortFieldCollection.get(int index)
           
 SortField[] SortFieldCollection.toArray()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.query.qe that return types with arguments of type SortField
 java.util.Iterator<SortField> SortFieldCollection.iterator()
           
 

Methods in com.microsoft.tfs.core.clients.workitem.query.qe with parameters of type SortField
 void SortFieldCollection.add(SortField item)
           
 int SortFieldCollection.indexOf(SortField item)
           
 void SortFieldCollection.insert(int index, SortField item)
           
 void SortFieldCollection.remove(SortField item)
           
 



© 2015 Microsoft. All rights reserved.