ITestMessageLogOwner Interface

 

Represents the owner of a log.

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

Syntax

public interface ITestMessageLogOwner
public interface class ITestMessageLogOwner
type ITestMessageLogOwner = interface end
Public Interface ITestMessageLogOwner

Properties

Name Description
System_CAPS_pubproperty TestMessageLogEntries

Gets a collection of test message log entries.

Methods

Name Description
System_CAPS_pubmethod CreateLogEntry(String, TestMessageLogEntryLevel)

Creates a test message log entry and adds it to the TestMessageLogEntryCollection.

System_CAPS_pubmethod RefreshLogEntries()

Refreshes the log entries from the server.

System_CAPS_pubmethod SaveLogEntries()

Saves changed log entries to the server.

See Also

Microsoft.TeamFoundation.TestManagement.Client Namespace

Return to top