Table of Contents

Class Arc

Namespace
Manpuku.Edinet.Xbrl
Assembly
Manpuku.Edinet.Xbrl.dll

Represents an XBRL arc (relationship) used in linkbases.

public class Arc : XbrlItem
Inheritance
Arc
Inherited Members

Properties

Arcrole

The arcrole attribute (if any).

public required string? Arcrole { get; init; }

Property Value

string

From

The 'from' label of the arc.

public required string From { get; init; }

Property Value

string

Order

Order value for sorting child nodes.

public required double Order { get; init; }

Property Value

double

PreferredLabel

Preferred label value associated with this arc (if any).

public required string? PreferredLabel { get; init; }

Property Value

string

Priority

Priority value of the arc.

public required int Priority { get; init; }

Property Value

int

To

The 'to' label of the arc.

public required string To { get; init; }

Property Value

string

Use

The use attribute (optional/prohibited) of the arc.

public required Arc.UseKind Use { get; init; }

Property Value

Arc.UseKind

Weight

Weight value for the arc (if any).

public required int? Weight { get; init; }

Property Value

int?