TeamFoundationStepPerformerBase Class
Optional base class for implementing IStepPerformer using registered delegates.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.TeamFoundationStepPerformerBase
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 | |
---|---|---|
TeamFoundationStepPerformerBase |
Top
Properties
Name | Description | |
---|---|---|
AdditionalStepPerformers |
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 a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
LogObjectProperties | ||
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
Explicit Interface Implementations
Name | Description | |
---|---|---|
IStepPerformer.GetServicingStep | ||
IStepPerformer.Name | ||
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.