source:
trunk/sources/HeuristicLab.DataAccess.ADOHelper/3.2/ManyToManyRelation.cs
@
1813
Last change on this file since 1813 was 1656, checked in by svonolfe, 16 years ago | |
---|---|
File size: 347 bytes |
Line | |
---|---|
1 | using System; |
2 | using System.Collections.Generic; |
3 | using System.Linq; |
4 | using System.Text; |
5 | using HeuristicLab.DataAccess.Interfaces; |
6 | |
7 | namespace HeuristicLab.DataAccess.ADOHelper { |
8 | public class ManyToManyRelation: PersistableObject { |
9 | public Guid Id2 { get; set; } |
10 | |
11 | public IList<object> AdditionalAttributes { get; set; } |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.