InlineFraction

InlineFraction class

This class is for XBRL fact which is fractionItemType in inline XBRL document.

public class InlineFraction : InlineFact

Properties

NameDescription
ContextRef { get; set; }Gets or sets the reference to the Context of the InlineFraction.
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 InlineFraction.
SchemaConcept { get; }Gets the concept of the InlineFraction.
TargetId { get; set; }Gets or sets the target id of the InlineFraction.
TupleRefId { get; set; }Gets or sets the tuple reference id of the InlineFraction.
UnitRef { get; set; }Gets or sets the reference to the Unit of the InlineFraction.
Value { get; set; }Gets or sets the value of the InlineFraction.

See Also