Item
Item class
Un artículo es un elemento en el grupo de sustitución del elemento del artículo XBRL. Contiene el valor del hecho simple y una referencia al contexto (y unidad para elementos numéricos) necesarios para interpretar correctamente ese hecho.
Copy public class Item : Fact
Constructores
Nombre
Descripción
Item (Concept)
Inicializa una nueva instancia deItem
clase.
Propiedades
Nombre
Descripción
ContextRef { get; set; }
Obtiene o establece la referencia alContext
.
Decimals { get; set; }
Obtiene o establece el decimal.
Id { get; set; }
Obtiene o establece el id del hecho.
InfiniteDecimals { get; set; }
Obtiene o establece si este elemento tiene un decimal infinito.
InfinitePrecision { get; set; }
Obtiene o establece si este elemento tiene una precisión infinita.
Name { get; set; }
Obtiene o establece el nombre calificado del hecho.
NilSpecified { get; set; }
Obtiene o establece si este elemento es nulo.
Precision { get; set; }
Obtiene o establece la precisión.
SchemaConcept { get; }
Obtiene el concepto.
UnitRef { get; set; }
Obtiene o establece la referencia alUnit
.
Value { get; set; }
Obtiene o establece el valor.
Métodos
Nombre
Descripción
IsTextBlock ()
Comprobar si este elemento es un bloque de texto.
Ver también