型・APIリファレンス
    Preparing search index...

    Interface EntityCustomSetting

    Entity個別設定

    interface EntityCustomSetting {
        canEdit: boolean;
        entityName?: string;
        entityViewName?: string;
        handleUserPropertyAsEntity: boolean;
        propertyNameList?: string[];
        showInheritedProperty: boolean;
        showReferenceByName: boolean;
        showUserNameWithPrivilegedValue: boolean;
    }
    Index

    Properties

    canEdit: boolean

    参照ダイアログで編集可能か

    entityName?: string

    Entity名

    entityViewName?: string

    EntityのView名

    handleUserPropertyAsEntity: boolean

    ユーザープロパティをEntityとして扱うか

    propertyNameList?: string[]

    表示Propertyリスト

    showInheritedProperty: boolean

    継承Propertyを表示するか

    showReferenceByName: boolean

    NamePropertyで参照ダイアログを表示するか

    showUserNameWithPrivilegedValue: boolean

    特権実行してユーザー名を表示するか