Class ReferenceType
Class for referencing another data component.
Inheritance
System.Object
ReferenceType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class ReferenceType
Properties
Ref
The $ref value of the referenced data component. Must match the $id of some other component in the EIDO. Required.
Declaration
[JsonProperty("$ref")]
public string Ref { get; set; }
Property Value
Type | Description |
---|---|
System.String |