Exemplo n.º 1
0
        public IEnumerable <ToolTipPart> ToolTipPartsFor(int selectedIndex)
        {
            var buildingBlock = AllAvailableBlocks.ElementAtOrDefault(selectedIndex) as TBuildingBlock;

            return(_buildingBlockSelectionDisplayer.ToolTipFor(buildingBlock));
        }
Exemplo n.º 2
0
 public IEnumerable <ToolTipPart> ToolTipFor(ObserverSetMappingDTO observerSetMappingDTO)
 {
     return(_buildingBlockSelectionDisplayer.ToolTipFor(observerSetMappingDTO.ObserverSet));
 }
 public IEnumerable <ToolTipPart> ToolTipFor(CompoundSelectionDTO compoundSelectionDTO)
 {
     return(_buildingBlockSelectionDisplayer.ToolTipFor(compoundSelectionDTO.BuildingBlock));
 }