InlineNonfraction

InlineNonfraction class

This class is for XBRL numeric item which is not fractionItemType in inline XBRL document.

public class InlineNonfraction : InlineFact

Properties

NameDescription
ContextRef { get; set; }Gets or sets the reference to the Context of the InlineNonfraction.
Decimals { get; set; }Gets or sets the decimal of the InlineNonfraction.
Format { get; set; }Gets or sets the format of the InlineNonfraction.
Hidden { get; set; }Gets or sets whether this fact is hidden.
Id { get; set; }Gets or sets the id of the inline fact.
InfiniteDecimals { get; set; }Gets or sets whether it has infinite decimal.
InfinitePrecision { get; set; }Gets or sets whether it has infinite precision.
Name { get; set; }Gets or sets the qualified name of the inline fact.
Order { get; set; }Gets or sets the order of the InlineNonfraction.
Precision { get; set; }Gets or sets the precision of the InlineNonfraction.
Scale { get; set; }Gets or sets the scale of the InlineNonfraction.
SchemaConcept { get; }Gets the concept of the InlineNonfraction.
Sign { get; set; }Gets or sets the sign of the InlineNonfraction.
TargetId { get; set; }Gets or sets the target id of the InlineNonfraction.
TupleRefId { get; set; }Gets or sets the tuple reference id of the InlineNonfraction.
UnitRef { get; set; }Gets or sets the reference to the Unit of the InlineNonfraction.
Value { get; set; }Gets or sets the value of the InlineNonfraction.

See Also