InlineNonnumeric

InlineNonnumeric class

This class is for XBRL non-numeric item in inline XBRL document.

public class InlineNonnumeric : InlineFact

Properties

NameDescription
ContextRef { get; set; }Gets or sets the reference to the Context of the InlineNonnumeric.
ContinuedAt { get; set; }Gets or sets the continuation reference id of the InlineNonnumeric.
Escape { get; set; }Gets or sets whether it is escaped.
Format { get; set; }Gets or sets the format of the InlineNonnumeric.
Hidden { get; set; }Gets or sets whether this fact is hidden.
Id { get; set; }Gets or sets the id of the inline fact.
Name { get; set; }Gets or sets the qualified name of the inline fact.
Order { get; set; }Gets or sets the order of the InlineNonnumeric.
SchemaConcept { get; }Gets the concept of the InlineNonnumeric.
SchemaElement { get; }Gets the concept of the InlineNonnumeric.
TargetId { get; set; }Gets or sets the target id of the InlineNonnumeric.
TupleRefId { get; set; }Gets or sets the tuple reference id of the InlineNonnumeric.
Value { get; set; }Gets or sets the value of the InlineNonnumeric.

See Also