TeamFoundationLicensingServiceBase Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Server.Core.TeamFoundationLicensingServiceBase
    Microsoft.TeamFoundation.Server.Core.TeamFoundationHostedLicensingService
    Microsoft.TeamFoundation.Server.Core.TeamFoundationOnPremLicensingService

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public MustInherit Class TeamFoundationLicensingServiceBase _
    Implements ITeamFoundationLicensingService, ITeamFoundationService
public abstract class TeamFoundationLicensingServiceBase : ITeamFoundationLicensingService, 
    ITeamFoundationService
public ref class TeamFoundationLicensingServiceBase abstract : ITeamFoundationLicensingService, 
    ITeamFoundationService
[<AbstractClass>]
type TeamFoundationLicensingServiceBase =  
    class 
        interface ITeamFoundationLicensingService 
        interface ITeamFoundationService 
    end
public abstract class TeamFoundationLicensingServiceBase implements ITeamFoundationLicensingService, ITeamFoundationService

The TeamFoundationLicensingServiceBase type exposes the following members.

Constructors

  Name Description
Protected method TeamFoundationLicensingServiceBase

Top

Methods

  Name Description
Protected method CheckReadPermission
Protected method CheckWritePermission
Protected method EnsureSettingsLoaded
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetAllLicenses
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetLicenseFeature
Public method GetLicenseFeaturesInPreview
Public method GetLicensesForUser
Public method GetLicenseType
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method IsFeatureSupported(TeamFoundationRequestContext, Guid)
Public method IsFeatureSupported(TeamFoundationRequestContext, Guid, IdentityDescriptor)
Protected method LocalizeLicenseFeature
Protected method LocalizeLicenseType
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnLicensePackageChanged
Public method ServiceEnd
Public method ServiceStart
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_defaultFeatures
Protected field m_defaultLicense
Protected field m_featureToLicenseFeature
Protected field m_licenseToLicenseType
Protected field m_previewFeatures
Protected field m_settingsLoaded
Protected field m_settingsLock
Protected fieldStatic member s_area
Protected fieldStatic member s_layer

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Server.Core Namespace