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 | |
---|---|---|
TeamFoundationStepPerformerBase | Initializes a new instance of TeamFoundationStepPerformerBase class. |
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 the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
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. | |
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.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server Namespace
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