source:
trunk/sources/HeuristicLab.DataAccess.ADOHelper/3.2/ManyToManyRelation.cs
@
2479
Last change on this file since 2479 was 1656, checked in by svonolfe, 16 years ago | |
---|---|
File size: 347 bytes |
Rev | Line | |
---|---|---|
[1580] | 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; } | |
[1656] | 10 | |
11 | public IList<object> AdditionalAttributes { get; set; } | |
[1580] | 12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.