Class Reference
Represents a reference resource contained in a reference link. Each reference contains a sequence of name/value pairs describing the reference.
public class Reference : XbrlItem
- Inheritance
-
Reference
- Inherited Members
Constructors
Reference(DiscoverableTaxonomySet, XElement)
Initializes a new instance of the Reference class.
public Reference(DiscoverableTaxonomySet dts, XElement xml)
Parameters
dtsDiscoverableTaxonomySetThe discoverable taxonomy set this reference belongs to.
xmlXElementThe XML element representing this reference.
Properties
Ref
Gets the collection of name/value pairs that make up the reference content (e.g. source, publisher, etc.).
public required (XName name, string value)[] Ref { get; init; }