Class Context.ExplicitMember
Represents an explicit member with a specified dimension and member concept.
public class Context.ExplicitMember
- Inheritance
-
Context.ExplicitMember
- Inherited Members
Remarks
This class is used to define a pair of concepts, where each concept is represented by an instance of the Concept type. Both properties are required and must be initialized during object creation.
Properties
Dimension
Gets the dimension concept associated with this instance.
public required Concept Dimension { get; init; }
Property Value
Member
Gets the member concept associated with this instance.
public required Concept Member { get; init; }