TestCaseResultAttachmentModel 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.
Test attachment information in a test iteration.
[System.Runtime.Serialization.DataContract]
public class TestCaseResultAttachmentModel : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type TestCaseResultAttachmentModel = class
inherit TestManagementBaseSecuredObject
Public Class TestCaseResultAttachmentModel
Inherits TestManagementBaseSecuredObject
- Inheritance
- Attributes
Constructors
| TestCaseResultAttachmentModel() |
Fields
| ActionPath |
Path identifier test step in test case workitem. |
| Id |
Attachment ID. |
| IterationId |
Iteration ID. |
| Name |
Name of attachment. |
| Size |
Attachment size. |
| Url |
Url to attachment. |
Methods
| SecureIdentityRef(IdentityRef) | (Inherited from TestManagementBaseSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from TestManagementBaseSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from TestManagementBaseSecuredObject) |