ValidationStepDriver Class
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Server.ServicingStepDriver
Microsoft.TeamFoundation.Framework.Server.ValidationStepDriver
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Class ValidationStepDriver _
Inherits ServicingStepDriver
public class ValidationStepDriver : ServicingStepDriver
public ref class ValidationStepDriver : public ServicingStepDriver
type ValidationStepDriver =
class
inherit ServicingStepDriver
end
public class ValidationStepDriver extends ServicingStepDriver
The ValidationStepDriver type exposes the following members.
Constructors
Top
Properties
Name | Description | |
---|---|---|
ServicingOperationExecutionHandlers | (Inherited from ServicingStepDriver.) | |
ServicingStepGroupExecutionHandlers | (Inherited from ServicingStepDriver.) | |
SqlAzureDeployment | (Inherited from ServicingStepDriver.) |
Top
Methods
Name | Description | |
---|---|---|
Dispose | (Inherited from ServicingStepDriver.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Execute | (Inherited from ServicingStepDriver.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FinishOperation | (Inherited from ServicingStepDriver.) | |
FinishStepGroup | (Inherited from ServicingStepDriver.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PerformOperations | (Overrides ServicingStepDriver.PerformOperations(Int32).) | |
PerformServicingStep | (Inherited from ServicingStepDriver.) | |
StartOperation | (Inherited from ServicingStepDriver.) | |
StartStepGroup | (Inherited from ServicingStepDriver.) | |
ThrowIfCanceled | (Inherited from ServicingStepDriver.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
m_isDetached | (Inherited from ServicingStepDriver.) | |
m_operationExecutionHandlers | (Inherited from ServicingStepDriver.) | |
m_operationProvider | (Inherited from ServicingStepDriver.) | |
m_operations | (Inherited from ServicingStepDriver.) | |
m_servicingContext | (Inherited from ServicingStepDriver.) | |
m_servicingExecutionHandlerProvider | (Inherited from ServicingStepDriver.) | |
m_servicingOperations | (Inherited from ServicingStepDriver.) | |
m_stepGroupExecutionHandlers | (Inherited from ServicingStepDriver.) | |
m_stepPerformerProvider | (Inherited from ServicingStepDriver.) |
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.