Class ReferenceProperties
Encapsulates the three properties that a Reference consists of.
Inheritance
System.Object
ReferenceProperties
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Contentful.Core.Models.Management
Assembly:cs.temp.dll.dll
Syntax
public class ReferenceProperties
Properties
Id
The id of the item which is being referenced.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinkType
The type of link. Normally one of SystemLinkTypes.
Declaration
public string LinkType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
The type of object, for references this is always "Link".
Declaration
public string Type { get; }
Property Value
Type | Description |
---|---|
System.String |