Item

Item class

An item is an element in the substitution group for the XBRL item element. It contains the value of the simple fact and a reference to the context (and unit for numeric items) needed to correctly interpret that fact.

public class Item : Fact

Constructors

Name Description
Item(Concept) Initializes a new instance of Item class.

Properties

Name Description
ContextRef { get; set; } Gets or sets the reference to the Context.
Decimals { get; set; } Gets or sets the decimal.
Id { get; set; } Gets or sets the id of the fact.
InfiniteDecimals { get; set; } Gets or sets whether this item has infinite decimal.
InfinitePrecision { get; set; } Gets or sets whether this item has infinite precision.
Name { get; set; } Gets or sets the qualified name of the fact.
NilSpecified { get; set; } Gets or sets whether this item is nil.
Precision { get; set; } Gets or sets the precision.
SchemaConcept { get; } Gets the concept.
UnitRef { get; set; } Gets or sets the reference to the Unit.
Value { get; set; } Gets or sets the value.

Methods

Name Description
IsTextBlock() Check whether this item is a text block.

See Also