File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change
1
+ using System ;
1
2
using System . Reflection ;
2
3
using NHibernate . Properties ;
3
4
@@ -6,6 +7,7 @@ namespace NHibernate.Transform
6
7
/// <summary>
7
8
/// Access a private field found by case-insensitive matching
8
9
/// </summary>
10
+ [ Serializable ]
9
11
public class CaseInsensitiveFieldAccessor : IPropertyAccessor
10
12
{
11
13
#region IPropertyAccessor Members
Original file line number Diff line number Diff line change
1
+ using System ;
1
2
using System . Linq ;
2
3
using System . Reflection ;
3
4
using NHibernate . Properties ;
@@ -7,6 +8,7 @@ namespace NHibernate.Transform
7
8
/// <summary>
8
9
/// Access a Property found by case-insensitive matching
9
10
/// </summary>
11
+ [ Serializable ]
10
12
public class CaseInsensitivePropertyAccessor : IPropertyAccessor
11
13
{
12
14
#region IPropertyAccessor Members
You can’t perform that action at this time.
0 commit comments