Share via


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

  Name Description
Public method ValidationStepDriver(String, IServicingOperationProvider, ServicingContext, array<String[])
Public method ValidationStepDriver(IStepPerformerProvider, IServicingOperationProvider, ServicingContext, IServicingExecutionHandlerProvider, array<String[])

Top

Properties

  Name Description
Public property ServicingOperationExecutionHandlers (Inherited from ServicingStepDriver.)
Public property ServicingStepGroupExecutionHandlers (Inherited from ServicingStepDriver.)
Public property SqlAzureDeployment (Inherited from ServicingStepDriver.)

Top

Methods

  Name Description
Public method Dispose (Inherited from ServicingStepDriver.)
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method Execute (Inherited from ServicingStepDriver.)
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 FinishOperation (Inherited from ServicingStepDriver.)
Protected method FinishStepGroup (Inherited from ServicingStepDriver.)
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 MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method PerformOperations (Overrides ServicingStepDriver.PerformOperations(Int32).)
Protected method PerformServicingStep (Inherited from ServicingStepDriver.)
Protected method StartOperation (Inherited from ServicingStepDriver.)
Protected method StartStepGroup (Inherited from ServicingStepDriver.)
Protected method ThrowIfCanceled (Inherited from ServicingStepDriver.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Protected field m_isDetached (Inherited from ServicingStepDriver.)
Protected field m_operationExecutionHandlers (Inherited from ServicingStepDriver.)
Protected field m_operationProvider (Inherited from ServicingStepDriver.)
Protected field m_operations (Inherited from ServicingStepDriver.)
Protected field m_servicingContext (Inherited from ServicingStepDriver.)
Protected field m_servicingExecutionHandlerProvider (Inherited from ServicingStepDriver.)
Protected field m_servicingOperations (Inherited from ServicingStepDriver.)
Protected field m_stepGroupExecutionHandlers (Inherited from ServicingStepDriver.)
Protected field 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.

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace