ServicingStepStateChange Class
Represents a change to a servicing step state.
Inheritance Hierarchy
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)
Syntax
'Декларация
Public NotInheritable Class ServicingStepStateChange _
Inherits ServicingStepDetail
public sealed class ServicingStepStateChange : ServicingStepDetail
public ref class ServicingStepStateChange sealed : public ServicingStepDetail
[<Sealed>]
type ServicingStepStateChange =
class
inherit ServicingStepDetail
end
public final class ServicingStepStateChange extends ServicingStepDetail
The ServicingStepStateChange type exposes the following members.
Properties
Name | Description | |
---|---|---|
DetailId | Gets the servicing step detail ID. (Inherited from ServicingStepDetail.) | |
DetailTime | Gets the servicing step detail time. (Inherited from ServicingStepDetail.) | |
ServicingOperation | Gets the servicing operation. (Inherited from ServicingStepDetail.) | |
ServicingStepGroupId | Gets the servicing step group ID. (Inherited from ServicingStepDetail.) | |
ServicingStepId | Gets the servicing step ID. (Inherited from ServicingStepDetail.) | |
StepState | Gets the ServicingStepState object that changed. |
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.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToLogEntryLine | Gets a string to write to a log entry. (Overrides ServicingStepDetail.ToLogEntryLine().) | |
ToString | Gets a user-readable string that describes this instance. (Overrides ServicingStepDetail.ToString().) |
Top
Fields
Name | Description | |
---|---|---|
m_detailId | (Inherited from ServicingStepDetail.) | |
m_detailTime | (Inherited from ServicingStepDetail.) | |
m_servicingOperation | (Inherited from ServicingStepDetail.) | |
m_servicingStepGroupId | (Inherited from ServicingStepDetail.) | |
m_servicingStepId | (Inherited from ServicingStepDetail.) |
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.