Uses of Class
com.microsoft.tfs.core.clients.framework.SupportedFeatures

Packages that use SupportedFeatures
com.microsoft.tfs.core.clients.framework   
 

Uses of SupportedFeatures in com.microsoft.tfs.core.clients.framework
 

Fields in com.microsoft.tfs.core.clients.framework declared as SupportedFeatures
static SupportedFeatures SupportedFeatures.ALL
          This is a combination of all the features which are supported.
static SupportedFeatures SupportedFeatures.IDENTITY_PROPERTIES
          The client supports strongly-typed identity properties.
static SupportedFeatures SupportedFeatures.NONE
           
 

Methods in com.microsoft.tfs.core.clients.framework that return SupportedFeatures
 SupportedFeatures SupportedFeatures.combine(SupportedFeatures other)
           
static SupportedFeatures SupportedFeatures.combine(SupportedFeatures[] changeTypes)
           
 SupportedFeatures SupportedFeatures.remove(SupportedFeatures other)
           
 SupportedFeatures SupportedFeatures.retain(SupportedFeatures other)
           
 

Methods in com.microsoft.tfs.core.clients.framework with parameters of type SupportedFeatures
 SupportedFeatures SupportedFeatures.combine(SupportedFeatures other)
           
static SupportedFeatures SupportedFeatures.combine(SupportedFeatures[] changeTypes)
           
 boolean SupportedFeatures.contains(SupportedFeatures other)
           
 boolean SupportedFeatures.containsAll(SupportedFeatures other)
           
 boolean SupportedFeatures.containsAny(SupportedFeatures other)
           
 SupportedFeatures SupportedFeatures.remove(SupportedFeatures other)
           
 SupportedFeatures SupportedFeatures.retain(SupportedFeatures other)
           
 



© 2015 Microsoft. All rights reserved.