Member Junction
    Preparing search index...

    Represents a descendant entity discovered in an IS-A hierarchy. Used by UI components to render hierarchical IS-A relationship displays.

    This is a UI-level data structure — BaseEntity does not use this.

    interface IsaDescendantInfo {
        Depth: number;
        EntityName: string;
        ParentEntityName: string;
    }
    Index

    Properties

    Depth: number

    Depth relative to the starting entity (0 = direct child, 1 = grandchild, etc.)

    EntityName: string

    The entity name (e.g., "Members", "Gold Members")

    ParentEntityName: string

    The immediate parent entity name in the IS-A chain