LocationServiceData Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

Inheritance Hierarchy

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

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

Syntax

'Declaration
<ClassVisibilityAttribute(ClientVisibility.Internal)> _
Public Class LocationServiceData
[ClassVisibilityAttribute(ClientVisibility.Internal)]
public class LocationServiceData
[ClassVisibilityAttribute(ClientVisibility::Internal)]
public ref class LocationServiceData
[<ClassVisibilityAttribute(ClientVisibility.Internal)>]
type LocationServiceData =  class end
public class LocationServiceData

The LocationServiceData type exposes the following members.

Properties

  Name Description
Public property AccessMappings Data about the access mappings contained by this location service.
Public property AccessPointsDoNotIncludeWebAppRelativeDirectory This is because of a bug that was introduced in Rosario Beta1. An access point used to be of the form https://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 property ClientCacheFresh True if the server thinks the client cache is fresh based on the passed up value.
Public property DefaultAccessMappingMoniker The id for the last change that took place on the server.
Public property LastChangeId The id for the last change that took place on the server.
Public property ServiceDefinitions Data about the service definitions contained by this location service.

Top

Methods

  Name Description
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 GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

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