ProjectPortal Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.CatalogObject
    Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.TfsRelativeWebSite
      Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects.ProjectPortal

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

Syntax

'Declaration
Public Class ProjectPortal _
    Inherits TfsRelativeWebSite
public class ProjectPortal : TfsRelativeWebSite
public ref class ProjectPortal : public TfsRelativeWebSite
type ProjectPortal =  
    class 
        inherit TfsRelativeWebSite 
    end
public class ProjectPortal extends TfsRelativeWebSite

The ProjectPortal type exposes the following members.

Constructors

  Name Description
Public method ProjectPortal

Top

Properties

  Name Description
Public property CatalogNode (Inherited from CatalogObject.)
Public property CatalogNodeFullPath (Inherited from CatalogObject.)
Public property CatalogResourceIdentifier (Inherited from CatalogObject.)
Public property Context (Inherited from CatalogObject.)
Public property Description (Inherited from CatalogObject.)
Public property DisplayName (Inherited from CatalogObject.)
Public property DisplayPath (Inherited from CatalogObject.)
Public property FullUrl (Overrides TfsRelativeWebSite.FullUrl.)
Public property FullyQualifiedUrl
Public property IsDefault (Inherited from CatalogObject.)
Public property IsOwnerOfWssSite
Public property OwnedWebIdentifier
Public property Parent (Inherited from CatalogObject.)
Public property ReferencedResource (Inherited from TfsRelativeWebSite.)
Public property RelativePath (Inherited from TfsRelativeWebSite.)
Public property ResourceSubType
Public property TeamProject

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.)
Protected method GetFullyQualifiedUri (Inherited from TfsRelativeWebSite.)
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 (Overrides CatalogObject.OnRefresh().)
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.)
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