InlineNonfraction

InlineNonfraction class

此类用于内联 XBRL 文档中非 fractionItemType 的 XBRL 数值项。

public class InlineNonfraction : InlineFact

属性

名称描述
ContextRef { get; set; }获取或设置 InlineNonfractionContext 引用。
Decimals { get; set; }获取或设置 InlineNonfraction 的 decimal。
Format { get; set; }获取或设置 InlineNonfraction 的 format。
Hidden { get; set; }获取或设置此 fact 是否隐藏。
Id { get; set; }获取或设置 inline fact 的 id。
InfiniteDecimals { get; set; }获取或设置其是否具有 infinite decimal。
InfinitePrecision { get; set; }获取或设置其是否具有 infinite precision。
Name { get; set; }获取或设置 inline fact 的限定名称。
Order { get; set; }获取或设置 InlineNonfraction 的 order。
Precision { get; set; }获取或设置 InlineNonfraction 的 precision。
Scale { get; set; }获取或设置 InlineNonfraction 的 scale。
SchemaConcept { get; }获取 InlineNonfraction 的 concept。
Sign { get; set; }获取或设置 InlineNonfraction 的 sign。
TargetId { get; set; }获取或设置 InlineNonfraction 的 target id。
TupleRefId { get; set; }获取或设置 InlineNonfraction 的元组引用 ID。
UnitRef { get; set; }获取或设置 InlineNonfractionUnit 引用。
Value { get; set; }获取或设置 InlineNonfraction 的值。

另请参阅