TeamFoundationStepPerformerBase Class

Optional base class for implementing IStepPerformer using registered delegates.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationStepPerformerBase
    More...

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

Syntax

'Declaration
Public MustInherit Class TeamFoundationStepPerformerBase _
    Implements IStepPerformer
public abstract class TeamFoundationStepPerformerBase : IStepPerformer
public ref class TeamFoundationStepPerformerBase abstract : IStepPerformer
[<AbstractClass>]
type TeamFoundationStepPerformerBase =  
    class 
        interface IStepPerformer 
    end
public abstract class TeamFoundationStepPerformerBase implements IStepPerformer

The TeamFoundationStepPerformerBase type exposes the following members.

Constructors

  Name Description
Protected method TeamFoundationStepPerformerBase Initializes a new instance of TeamFoundationStepPerformerBase class.

Top

Properties

  Name Description
Protected property AdditionalStepPerformers

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 the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method InitializeAdditionalStepPerformersByName Base classes use this to create additional step performers by type name. This can prevent circular dependancies if methods are moved to new assemblies and the new assembly has a reference to the old one.
Protected method LogObjectProperties
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

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IStepPerformer.GetServicingStep
Explicit interface implemetationPrivate property IStepPerformer.Name
Explicit interface implemetationPrivate method IStepPerformer.PerformStep

Top

Remarks

It is not required that StepPerformers derive from TeamFoundationStepPerformerBase. It is only required that you implement IStepPerformer.

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 Namespace

IStepPerformer

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Framework.Server.TeamFoundationStepPerformerBase
    Microsoft.TeamFoundation.Server.Core.Extensions.CatalogStepPerformer
    Microsoft.TeamFoundation.Server.Core.Extensions.CollectionHostManagementStepPerformer
    Microsoft.TeamFoundation.Server.Core.Extensions.CollectionIdentityStepPerformer
    Microsoft.TeamFoundation.Server.Core.Extensions.CollectionJobStepPerformer
    Microsoft.TeamFoundation.Server.Core.Extensions.CollectionLocationStepPerformer
    Microsoft.TeamFoundation.Server.Core.Extensions.CollectionManagementStepPerformer
    Microsoft.TeamFoundation.Server.Core.Extensions.CollectionSecurityStepPerformer
    Microsoft.TeamFoundation.Server.Core.Extensions.LicensingStepPerformer
    Microsoft.TeamFoundation.Server.Core.Extensions.NotificationStepPerformer
    Microsoft.TeamFoundation.Server.Core.Extensions.VersionControlIdentityStepPerformer