This documentation is archived and is not being maintained.

LocationServiceData Class

Visual Studio 2013

Data transfer class used to transfer data about the location service data over the web service.

System.Object
  Microsoft.TeamFoundation.Server.Core.Location.LocationServiceData

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

'Declaration
<ClassVisibilityAttribute(ClientVisibility.Internal)> _
Public Class LocationServiceData

The LocationServiceData type exposes the following members.

  NameDescription
Public propertyAccessMappingsData about the access mappings contained by this location service.
Public propertyAccessPointsDoNotIncludeWebAppRelativeDirectoryThis is because of a bug that was introduced in Rosario Beta1. An access point used to be of the form http://server:8080/tfs/Collection0. We have decided that it is much less work and more correct to not store the collection vdir on the access point and have the client construct it properly. When we no longer support Rosario Beta 1 clients then we can remove the addition of the collection virtual directory to the access point in the LocationWebService class. At that time this value should be set to true so that the new clients know how to handle the access points.
Public propertyClientCacheFreshTrue if the server thinks the client cache is fresh based on the passed up value.
Public propertyDefaultAccessMappingMonikerThe id for the last change that took place on the server.
Public propertyLastChangeIdThe id for the last change that took place on the server.
Public propertyServiceDefinitionsData about the service definitions contained by this location service.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

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