ShallowReference Class

Definition

Caution

Use one of the specific References instead.

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.Obsolete("Use one of the specific References instead.")]
[System.Runtime.Serialization.DataContract]
public class ShallowReference
type ShallowReference = class
Public Class ShallowReference
Inheritance
ShallowReference
Derived
Attributes

Constructors

ShallowReference()

Properties

Id

Id of the resource

Name

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

Url

Full http link to the resource

Applies to