LocationServiceData Class
Data transfer class used to transfer data about the location service data over the web service.
Inheritance Hierarchy
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)
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 | |
---|---|---|
AccessMappings | Data about the access mappings contained by this location service. | |
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. | |
ClientCacheFresh | True if the server thinks the client cache is fresh based on the passed up value. | |
DefaultAccessMappingMoniker | The id for the last change that took place on the server. | |
LastChangeId | The id for the last change that took place on the server. | |
ServiceDefinitions | Data about the service definitions contained by this location service. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
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.