ServicingStepDetail Class
Describes a servicing step detail.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Client.ServicingStepDetail
Microsoft.TeamFoundation.Framework.Client.ServicingStepLogEntry
Microsoft.TeamFoundation.Framework.Client.ServicingStepStateChange
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public MustInherit Class ServicingStepDetail
public abstract class ServicingStepDetail
public ref class ServicingStepDetail abstract
[<AbstractClass>]
type ServicingStepDetail = class end
public abstract class ServicingStepDetail
The ServicingStepDetail type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ServicingStepDetail | Initializes a new instance of the ServicingStepDetail class. |
Top
Properties
Name | Description | |
---|---|---|
DetailId | Gets the servicing step detail ID. | |
DetailTime | Gets the servicing step detail time. | |
ServicingOperation | Gets the servicing operation. | |
ServicingStepGroupId | Gets the servicing step group ID. | |
ServicingStepId | Gets the servicing step ID. |
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 that summarizes the servicing step as a string to write to a log. | |
ToString | Gets a user-readable string that states the properties of this instance. (Overrides Object.ToString().) |
Top
Fields
Name | Description | |
---|---|---|
m_detailId | ||
m_detailTime | ||
m_servicingOperation | ||
m_servicingStepGroupId | ||
m_servicingStepId |
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.