* FileSystemInfo.cs: corrected COM visibility of UTC properties
[mono.git] / mcs / class / System.Data.SqlXml / System.Data.Mapping / RelationshipMap.cs
1 //\r
2 // System.Data.Mapping.RelationshipMap\r
3 //\r
4 // Author:\r
5 //   Tim Coleman (tim@timcoleman.com)\r
6 //\r
7 // Copyright (C) Tim Coleman, 2003\r
8 //\r
9 \r
10 #if NET_1_2\r
11 \r
12 using System.Data.SqlXml;\r
13 \r
14 namespace System.Data.Mapping {\r
15         public class RelationshipMap\r
16         {\r
17                 #region Properties\r
18         \r
19                 [MonoTODO]\r
20                 public MappingSchema OwnerMappingSchema {\r
21                         get { throw new NotImplementedException (); }\r
22                 }\r
23 \r
24                 [MonoTODO]\r
25                 public Relationship SourceRelationship {\r
26                         get { throw new NotImplementedException (); }\r
27                 }\r
28 \r
29                 [MonoTODO]\r
30                 public IDomainConstraint TargetConstraint { \r
31                         get { throw new NotImplementedException (); }\r
32                 }\r
33 \r
34                 [MonoTODO]\r
35                 public string TargetConstraintName { \r
36                         get { throw new NotImplementedException (); }\r
37                 }\r
38 \r
39                 #endregion // Properties\r
40         }\r
41 }\r
42 \r
43 #endif // NET_1_2\r