This documentation is archived and is not being maintained.

ServicingStepStateChange Class

Represents a change to a servicing step state.

System::Object
  Microsoft.TeamFoundation.Framework.Client::ServicingStepDetail
    Microsoft.TeamFoundation.Framework.Client::ServicingStepStateChange

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

public ref class ServicingStepStateChange sealed : public ServicingStepDetail

The ServicingStepStateChange type exposes the following members.

  NameDescription
Public propertyDetailIdGets the servicing step detail ID. (Inherited from ServicingStepDetail.)
Public propertyDetailTimeGets the servicing step detail time. (Inherited from ServicingStepDetail.)
Public propertyServicingOperationGets the servicing operation. (Inherited from ServicingStepDetail.)
Public propertyServicingStepGroupIdGets the servicing step group ID. (Inherited from ServicingStepDetail.)
Public propertyServicingStepIdGets the servicing step ID. (Inherited from ServicingStepDetail.)
Public propertyStepStateGets the ServicingStepState object that changed.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodToLogEntryLineGets a string to write to a log entry. (Overrides ServicingStepDetail::ToLogEntryLine().)
Public methodToStringGets a user-readable string that describes this instance. (Overrides ServicingStepDetail::ToString().)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: