// navigate to targeting views respectively

        public void NavigateToTargetingBroadGlobalActiveCommand()
        {
            ToolBoxSelecter.SetToolBoxItemVisibility(DashboardCategoryType.PORTFOLIO_TARGETING_ASSET_ALLOCATION);
            UpdateToolBoxSelectorVisibility();
            this.regionManager.RequestNavigate(RegionNames.MAIN_REGION, typeof(TargetingModule.BroadGlobalActive.RootView).FullName);
        }
 public void NavigateToTargetingBottomUpCommand()
 {
     ToolBoxSelecter.SetToolBoxItemVisibility(DashboardCategoryType.PORTFOLIO_TARGETING_BOTTOM_UP);
     UpdateToolBoxSelectorVisibility();
     this.regionManager.RequestNavigate(RegionNames.MAIN_REGION, typeof(TargetingModule.BottomUp.RootView).FullName);
 }
Пример #3
0
        // navigate to targeting views respectively

        public void NavigateToIssuerSharesCommand()
        {
            ToolBoxSelecter.SetToolBoxItemVisibility(DashboardCategoryType.COMPANY_ISSUERSHARES_ISSUER_SHARES_COMPOSITION);
            UpdateToolBoxSelectorVisibility();
            this.regionManager.RequestNavigate(RegionNames.MAIN_REGION, typeof(Module.RootView).FullName);
        }