Item
Item class
Un élément est un élément du groupe de substitution pour l’élément d’élément XBRL. Il contient la valeur du fait simple et une référence au contexte (et à l’unité pour les éléments numériques) nécessaires pour interpréter correctement ce fait.
Constructeurs
Nom | La description |
---|
Item(Concept) | Initialise une nouvelle instance deItem classe. |
Propriétés
Nom | La description |
---|
ContextRef { get; set; } | Obtient ou définit la référence auContext . |
Decimals { get; set; } | Obtient ou définit la décimale. |
Id { get; set; } | Obtient ou définit l’identifiant du fait. |
InfiniteDecimals { get; set; } | Obtient ou définit si cet élément a une décimale infinie. |
InfinitePrecision { get; set; } | Obtient ou définit si cet élément a une précision infinie. |
Name { get; set; } | Obtient ou définit le nom qualifié du fait. |
NilSpecified { get; set; } | Obtient ou définit si cet élément est nil. |
Precision { get; set; } | Obtient ou définit la précision. |
SchemaConcept { get; } | Obtient le concept. |
UnitRef { get; set; } | Obtient ou définit la référence auUnit . |
Value { get; set; } | Obtient ou définit la valeur. |
Méthodes
Nom | La description |
---|
IsTextBlock() | Vérifiez si cet élément est un bloc de texte. |
Voir également