Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/SpringTransaction.cs @ 4076

Last change on this file since 4076 was 4060, checked in by cneumuel, 14 years ago

created folders, copied Hive.Server.Core and Hive.Client.Core (#1091)

File size: 320 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace HeuristicLab.Hive.Server.Core {
7  [AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
8  public class SpringTransaction : System.Attribute{
9    public Boolean UserTransaction { get; set; }
10  }
11}
Note: See TracBrowser for help on using the repository browser.