TestCaseResultIdentifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reference to a test result.
[System.Runtime.Serialization.DataContract]
public class TestCaseResultIdentifier : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type TestCaseResultIdentifier = class
inherit TestManagementBaseSecuredObject
Public Class TestCaseResultIdentifier
Inherits TestManagementBaseSecuredObject
- Inheritance
- Attributes
Constructors
| TestCaseResultIdentifier() | |
| TestCaseResultIdentifier(Int32, Int32) | |
| TestCaseResultIdentifier(ISecuredObject) |
Fields
| TestResultId |
Test result ID. |
| TestRunId |
Test run ID. |
Methods
| Equals(Object) | |
| GetHashCode() | |
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
| ToString() | |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |