InformationNodeConverters Class
The InformationNodeConverters class can be used to add different types of IBuildInformationNode to an IBuildDetail, or to retrieve different types of IBuildInformationNode from an IBuildDetail.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public NotInheritable Class InformationNodeConverters
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class InformationNodeConverters
public ref class InformationNodeConverters abstract sealed
public final class InformationNodeConverters
Remarks
Returned values of the different static methods will typically be helper interface types. For example, IBuildStep or IConfigurationSummary. The purpose of these interfaces is to simplify access to the underlying IBuildInformationNode objects.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Build.Client.InformationNodeConverters
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.