Skip to content

Commit

Permalink
MarimerLLC#972 Add attribute to specify data portal routing tag
Browse files Browse the repository at this point in the history
  • Loading branch information
rockfordlhotka committed Nov 23, 2018
1 parent 7213692 commit f321fd9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/Csla.Shared/Csla.Shared.projitems
Expand Up @@ -130,6 +130,7 @@
<Compile Include="$(MSBuildThisFileDirectory)DataPortalOperations.cs" />
<Compile Include="$(MSBuildThisFileDirectory)DataPortalResult.cs" />
<Compile Include="$(MSBuildThisFileDirectory)DataPortalServerResourceAttribute.cs" />
<Compile Include="$(MSBuildThisFileDirectory)DataPortalServerRoutingTagAttribute.cs" />
<Compile Include="$(MSBuildThisFileDirectory)DataPortalT.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Data\ConnectionManager.cs" />
<Compile Include="$(MSBuildThisFileDirectory)Data\ConnectionManagerT.cs" />
Expand Down
9 changes: 8 additions & 1 deletion Source/Csla.Shared/DataPortalServerResourceAttribute.cs
@@ -1,4 +1,11 @@
using System;
//-----------------------------------------------------------------------
// <copyright file="DataPortalServerResourceAttribute.cs" company="Marimer LLC">
// Copyright (c) Marimer LLC. All rights reserved.
// Website: http://www.lhotka.net/cslanet/
// </copyright>
// <summary>Specifies a server resource required by a business type</summary>
//-----------------------------------------------------------------------
using System;

namespace Csla
{
Expand Down

0 comments on commit f321fd9

Please sign in to comment.