Interface LevelProperty

interface LevelProperty {
    __id__?: string;
    caption?: string;
    column?: string;
    name: string;
    propertyExpression?: SQLExpression;
    role?: AggregationRole;
    rt?: boolean;
    uniqueName?: string;
    visible?: boolean;
}

Hierarchy

Properties

__id__?: string
caption?: string

The caption of property

column?: string
name: string
propertyExpression?: SQLExpression

Property role

rt?: boolean

Property is in Runtime only, not in Semantic Model

uniqueName?: string
visible?: boolean

Visible Property

Generated using TypeDoc