Class TupleFact
Represents a tuple fact that contains nested member facts.
public class TupleFact : Fact
- Inheritance
-
TupleFact
- Inherited Members
Constructors
TupleFact(DiscoverableTaxonomySet, XElement)
Initializes a new instance of the TupleFact class.
public TupleFact(DiscoverableTaxonomySet dts, XElement xml)
Parameters
dtsDiscoverableTaxonomySetThe discoverable taxonomy set this tuple fact belongs to.
xmlXElementThe XML element representing this tuple fact.
Properties
MemberFacts
Gets the member facts contained by the tuple.
public required Fact[] MemberFacts { get; init; }
Property Value
- Fact[]