InlineTuple

InlineTuple class

This class is for the tuple in inline XBRL document.

public class InlineTuple : InlineFact

Properties

NameDescription
Facts { get; }Gets or sets a collection of child fact of the InlineTuple.
Hidden { get; set; }Gets or sets whether this fact is hidden.
Id { get; set; }Gets or sets the id of the inline fact.
Name { get; set; }Gets or sets the qualified name of the inline fact.
Order { get; set; }Gets or sets the order of the InlineTuple.
TargetId { get; set; }Gets or sets the target id of the InlineTuple.
TupleId { get; set; }Gets or sets the tuple id of the InlineTuple.
TupleRefId { get; set; }Gets or sets the tuple reference id of the InlineTuple.

See Also