Class Tuple.Member
Represents a member of a tuple, referencing another concept.
public class Tuple.Member : XbrlItem
- Inheritance
-
Tuple.Member
- Inherited Members
Constructors
Member(DiscoverableTaxonomySet, XElement)
Initializes a new instance of the Tuple.Member class.
public Member(DiscoverableTaxonomySet dts, XElement xml)
Parameters
dtsDiscoverableTaxonomySetThe discoverable taxonomy set this member belongs to.
xmlXElementThe XML element representing this tuple member.
Properties
Concept
Gets the resolved concept definition for the referenced QName.
public Concept Concept { get; }
Property Value
ConceptRef
Gets the reference to the concept (QName) that this member refers to.
public required XName ConceptRef { get; init; }
Property Value
MaxOccurs
Gets the maximum occurrences allowed for the member.
public required int? MaxOccurs { get; init; }
Property Value
- int?
MinOccurs
Gets the minimum occurrences allowed for the member.
public required int? MinOccurs { get; init; }
Property Value
- int?