RoleReference

RoleReference class

This class is used in XBRL instance to reference the definitions of any custom role attribute values used in footnote links in the XBRL instance.

public class RoleReference : SimpleLink

Constructors

NameDescription
RoleReference(RoleType)Initializes a new instance of RoleReference class.

Properties

NameDescription
Actuate { get; set; }Gets or sets the simple link actuate attribute.
Arcrole { get; set; }Gets or sets the simple link arcrole.
Href { get; set; }Gets or sets the simple link href URI.
Role { get; set; }Gets or sets the simple link role.
RoleType { get; set; }Gets or sets the RoleType
RoleUri { get; }Gets or sets the role URI.
Show { get; set; }Gets or sets the simple link show attribute.
Title { get; set; }Gets or sets the simple link title.
Type { get; }Gets the link type.

See Also