Update of /cvsroot/nhibernate/nhibernate/src/NHibernate/Cfg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16646/NHibernate/Cfg
Modified Files:
Binder.cs
Log Message:
Added more xml comments.
Removed the set property for Polymorphicto be part of the IsPolymorphic
property.
Index: Binder.cs
===================================================================
RCS file: /cvsroot/nhibernate/nhibernate/src/NHibernate/Cfg/Binder.cs,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -d -r1.35 -r1.36
*** Binder.cs 16 Dec 2004 04:54:06 -0000 1.35
--- Binder.cs 3 Jan 2005 03:46:47 -0000 1.36
***************
*** 269,273 ****
}
}
! model.Polymorphic = true;
if ( subnode.Attributes["force"] != null && "true".Equals( subnode.Attributes["force"].Value ) )
{
--- 269,273 ----
}
}
! model.IsPolymorphic = true;
if ( subnode.Attributes["force"] != null && "true".Equals( subnode.Attributes["force"].Value ) )
{
|