Skip to content

Commit

Permalink
mark DashboardDefinition
Browse files Browse the repository at this point in the history
  • Loading branch information
apobekiaris committed Jan 25, 2013
1 parent 6307dd9 commit 8776acb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@
<Compile Include="Controllers\DashboardDesignerController.Designer.cs">
<DependentUpon>DashboardDesignerController.cs</DependentUpon>
</Compile>
<Compile Include="Controllers\WinDashboardNavigationController.cs" />
<Compile Include="Controllers\WinDashboardNavigationController.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Controllers\WinDashboardNavigationController.designer.cs">
<DependentUpon>WinDashboardNavigationController.cs</DependentUpon>
</Compile>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ public interface IDashboardDefinition {
[ImageName("BO_DashboardDefinition")]
[DefaultProperty("Name")]
[DefaultClassOptions]
public class DashboardDefinition : XpandCustomObject, IDashboardDefinition, ISecurityOperationsRead, ISecurityOperationsNavigate {
[SecurityOperations("DashboardDefinitions", "DashboardOperation")]
public class DashboardDefinition : XpandCustomObject, IDashboardDefinition {

bool _active;
BindingList<ITypeWrapper> _dashboardTypes;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,32 +160,20 @@
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="AnalysisControlVisibilityController.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="AnalysisControlVisibilityController.cs" />
<Compile Include="Core\AnalysisPropertyEditorNodeUpdater.cs" />
<Compile Include="Editors\AnalysisControlWeb.cs">
</Compile>
<Compile Include="InPlaceEdit\CellTemplate.cs" />
<Compile Include="PivotedProperty\PivotCustomSortController.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PivotedProperty\PivotCustomSortController.cs" />
<Compile Include="PropertyEditors\AnalysisEditorWeb.cs">
</Compile>
<Compile Include="Core\TypesInfo.cs" />
<Compile Include="XpandPivotChartAspNetModule.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PivotedProperty\PivotedPropertyController.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="InPlaceEdit\PivotGridInplaceEditorsController.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="XpandPivotChartAspNetModule.cs" />
<Compile Include="PivotedProperty\PivotedPropertyController.cs" />
<Compile Include="InPlaceEdit\PivotGridInplaceEditorsController.cs" />
<Compile Include="Options\PivotGridOptionMapper.cs" />
<Compile Include="Options\PivotOptionsController.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Options\PivotOptionsController.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="LoadingPanelController.cs">
<SubType>Component</SubType>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,29 +167,17 @@
<Compile Include="Editors\AnalysisControlWin.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Options\PivotOptionsController.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PivotedProperty\PivotCustomSortController.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PivotedProperty\PivotedPropertyController.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Options\PivotOptionsController.cs" />
<Compile Include="PivotedProperty\PivotCustomSortController.cs" />
<Compile Include="PivotedProperty\PivotedPropertyController.cs" />
<Compile Include="PropertyEditors\AnalysisEditorWin.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="AnalysisControlVisibilityController.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="AnalysisControlVisibilityController.cs" />
<Compile Include="Options\PivotGridOptionMapper.cs" />
<Compile Include="Core\TypesInfo.cs" />
<Compile Include="XpandPivotChartWinModule.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="PivotGridInplaceEditorsController.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="XpandPivotChartWinModule.cs" />
<Compile Include="PivotGridInplaceEditorsController.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Updater.cs">
</Compile>
Expand Down

0 comments on commit 8776acb

Please sign in to comment.