Edit

ShallowReference Class

Definition

An abstracted reference to some other resource. This class is used to provide the build data contracts with a uniform way to reference other resources in a way that provides easy traversal through links.

[System.Runtime.Serialization.DataContract]
public sealed class ShallowReference : Microsoft.TeamFoundation.TestManagement.WebApi.TestManagementBaseSecuredObject
type ShallowReference = class
    inherit TestManagementBaseSecuredObject
Public NotInheritable Class ShallowReference
Inherits TestManagementBaseSecuredObject
Inheritance
Attributes

Constructors

ShallowReference()
ShallowReference(ISecuredObject)
ShallowReference(ShallowReference)
ShallowReference(String, String, String)

Properties

Id

ID of the resource

Name

Name of the linked resource (definition name, controller name, etc.)

Url

Full http link to the resource

Methods

SecureIdentityRef(IdentityRef) (Inherited from TestManagementBaseSecuredObject)

Explicit Interface Implementations

ISecuredObject.GetToken() (Inherited from TestManagementBaseSecuredObject)
ISecuredObject.NamespaceId (Inherited from TestManagementBaseSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from TestManagementBaseSecuredObject)

Applies to