TeamSystemWebAccess Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.CatalogObject
    Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.TeamSystemWebAccess

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Class TeamSystemWebAccess _
    Inherits CatalogObject
public class TeamSystemWebAccess : CatalogObject
public ref class TeamSystemWebAccess : public CatalogObject
type TeamSystemWebAccess =  
    class 
        inherit CatalogObject 
    end
public class TeamSystemWebAccess extends CatalogObject

The TeamSystemWebAccess type exposes the following members.

Constructors

  Name Description
Public method TeamSystemWebAccess

Top

Properties

  Name Description
Public property AnnotateService
Public property AnnotateServiceLocation
Public property AnnotateSourceControlItemService
Public property AnnotateSourceControlItemServiceLocation
Public property CatalogNode (Inherited from CatalogObject.)
Public property CatalogNodeFullPath (Inherited from CatalogObject.)
Public property CatalogResourceIdentifier (Inherited from CatalogObject.)
Public property ChangesetDetailService
Public property ChangesetDetailServiceLocation
Public property Context (Inherited from CatalogObject.)
Public property CreateWorkItemService
Public property CreateWorkItemServiceLocation
Public property Description (Inherited from CatalogObject.)
Public property DifferenceService
Public property DifferenceServiceLocation
Public property DiffSourceControlItemsService
Public property DiffSourceControlItemsServiceLocation
Public property DiffSourceControlShelvedItemService
Public property DiffSourceControlShelvedItemServiceLocation
Public property DisplayName (Inherited from CatalogObject.)
Public property DisplayPath (Inherited from CatalogObject.)
Public property DownloadSourceControlItemService
Public property DownloadSourceControlItemServiceLocation
Public property ExploreSourceControlPathService
Public property ExploreSourceControlPathServiceLocation
Public property FindChangesetService
Public property FindChangesetServiceLocation
Public property FindShelvesetService
Public property FindShelvesetServiceLocation
Public property HomeService
Public property HomeServiceLocation
Public property IsDefault (Inherited from CatalogObject.)
Public property OpenWorkItemService
Public property OpenWorkItemServiceLocation
Public property Parent (Inherited from CatalogObject.)
Public property QueryResultsService
Public property QueryResultsServiceLocation
Public property ShelvesetDetailService
Public property ShelvesetDetailServiceLocation
Public property SourceExplorerService
Public property SourceExplorerServiceLocation
Public property ViewBuildDetailsService
Public property ViewBuildDetailsServiceLocation
Public property ViewChangesetDetailsService
Public property ViewChangesetDetailsServiceLocation
Public property ViewItemService
Public property ViewItemServiceLocation
Public property ViewServerQueryResultsService
Public property ViewServerQueryResultsServiceLocation
Public property ViewShelvesetDetailsService
Public property ViewShelvesetDetailsServiceLocation
Public property ViewSourceControlItemHistoryService
Public property ViewSourceControlItemHistoryServiceLocation
Public property ViewSourceControlItemService
Public property ViewSourceControlItemServiceLocation
Public property ViewSourceControlShelvedItemService
Public property ViewSourceControlShelvedItemServiceLocation
Public property ViewWiqlQueryResultsService
Public property ViewWiqlQueryResultsServiceLocation
Public property WorkItemEditorService
Public property WorkItemEditorServiceLocation

Top

Methods

  Name Description
Public method As<T> (Inherited from CatalogObject.)
Protected method BuildDisplayPath (Inherited from CatalogObject.)
Protected method CreateCatalogObject<T> (Inherited from CatalogObject.)
Public method CreateChild<T>() (Inherited from CatalogObject.)
Public method CreateChild<T>(String) (Inherited from CatalogObject.)
Public method Delete (Inherited from CatalogObject.)
Public method DeleteChild (Inherited from CatalogObject.)
Public method DeleteChildren<T> (Inherited from CatalogObject.)
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.)
Protected method GetChild<T> (Inherited from CatalogObject.)
Protected method GetChildCollection<T> (Inherited from CatalogObject.)
Protected method GetDependency<T> (Inherited from CatalogObject.)
Protected method GetDependencyCollection<T> (Inherited from CatalogObject.)
Protected method GetDependentsCollection<T> (Inherited from CatalogObject.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetParent<T> (Inherited from CatalogObject.)
Protected method GetProperty<T> (Inherited from CatalogObject.)
Protected method GetServiceReference (Inherited from CatalogObject.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method Initialize (Inherited from CatalogObject.)
Public method Is<T> (Inherited from CatalogObject.)
Protected method LocationAsUrl (Inherited from CatalogObject.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method NotifyPropertyChanged (Inherited from CatalogObject.)
Protected method OnRefresh (Inherited from CatalogObject.)
Public method Preload() (Inherited from CatalogObject.)
Public method Preload(CatalogBulkData) (Inherited from CatalogObject.)
Protected method PreloadChild<T> (Inherited from CatalogObject.)
Protected method PreloadChildren<T> (Inherited from CatalogObject.)
Protected method QueryChild<T>(Boolean) (Inherited from CatalogObject.)
Protected method QueryChild<T>(Dictionary<String, String>, Boolean) (Inherited from CatalogObject.)
Protected method QueryChild<T>(String, Object, Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(Dictionary<String, String>, Boolean) (Inherited from CatalogObject.)
Protected method QueryChildren<T>(String, Object, Boolean) (Inherited from CatalogObject.)
Protected method QueryDependents<T>() (Inherited from CatalogObject.)
Protected method QueryDependents<T>(Boolean, Boolean) (Inherited from CatalogObject.)
Protected method QueryParent<T> (Inherited from CatalogObject.)
Public method Refresh() (Inherited from CatalogObject.)
Public method Refresh(Boolean) (Inherited from CatalogObject.)
Protected method Reset (Inherited from CatalogObject.)
Public method ResetServiceDefinitions
Protected method SetDependency<T> (Inherited from CatalogObject.)
Protected method SetProperty<T> (Inherited from CatalogObject.)
Protected method SetServiceRefence (Inherited from CatalogObject.)
Public method ToString (Inherited from CatalogObject.)

Top

Events

  Name Description
Public event PropertyChanged (Inherited from CatalogObject.)

Top

Fields

  Name Description
Public fieldStatic member ResourceTypeIdentifier

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.Framework.Server.Alm.Catalog.Objects Namespace