Class EntitySelfLinks
EntitySelfLinks contains the Id, Edit and Read links for an entity.
public class EntitySelfLinks
- Inheritance
-
EntitySelfLinks
- Inherited Members
Constructors
EntitySelfLinks()
public EntitySelfLinks()
Properties
EditLink
A URL that can be used to edit a copy of the resource.
public Uri EditLink { get; set; }
Property Value
- Uri
IdLink
A string that uniquely identifies the resource.
public string IdLink { get; set; }
Property Value
ReadLink
A URL that can be used to retrieve a copy of the resource.
public Uri ReadLink { get; set; }
Property Value
- Uri