Update of /cvsroot/nhibernate/NHibernateContrib/lib/net/1.1 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21720/lib/net/1.1 Added Files: HashCodeProvider.dll HashCodeProvider.license.txt log4net.dll log4net.xml NHibernate.dll NHibernate.xml nunit.framework.dll Log Message: NH-15: created a NHibernateContrib folder in cvs --- NEW FILE: NHibernate.dll --- (This appears to be a binary file; contents omitted.) --- NEW FILE: NHibernate.xml --- <?xml version="1.0"?> <doc> <assembly> <name>NHibernate</name> </assembly> <members> <member name="T:NHibernate.Cache.CachedItem"> <summary> An item of cached data, timestamped with the time it was cached, when it was locked, when it was unlocked </summary> </member> <member name="M:NHibernate.Cache.CachedItem.Lock"> <summary> Lock the Item. </summary> </member> <member name="M:NHibernate.Cache.CachedItem.Unlock"> <summary> [...11548 lines suppressed...] <member name="T:NHibernate.TransientObjectException"> <summary> Throw when the user passes a transient instance to a <c>ISession</c> method that expects a persistent instance </summary> </member> <member name="T:NHibernate.ValidationFailure"> <summary> Thrown from <c>IValidatable.Validate()</c> when an invariant was violated. Some applications might subclass this exception in order to provide more information about the violation </summary> </member> <member name="T:NHibernate.WrongClassException"> <summary> Thrown when <c>ISession.Load()</c> selects a row with the given primary key (identifier value) but the row's discriminator value specifies a different subclass from the one requested </summary> </member> </members> </doc> --- NEW FILE: log4net.xml --- <?xml version="1.0"?> <doc> <assembly> <name>log4net</name> </assembly> <members> <member name="T:log4net.Appender.ADONetAppender"> <summary> Appender that logs to a database. </summary> <remarks> <para> <see cref="T:log4net.Appender.ADONetAppender"/> appends logging events to a table within a database. The appender can be configured to specify the connection string by setting the <see cref="P:log4net.Appender.ADONetAppender.ConnectionString"/> property. The connection type (provider) can be specified by setting the <see cref="P:log4net.Appender.ADONetAppender.ConnectionType"/> property. For more information on database connection strings for your specific database see <a href="http://www.connectionstrings.com/">http://www.connectionstrings.com/</a>. </para> [...14753 lines suppressed...] <param name="frameStack">The internal stack used by the NDC.</param> <param name="frameDepth">The depth to return the stack to when this object is disposed.</param> </member> <member name="M:log4net.NDC.NDCAutoDisposeFrame.Dispose"> <summary> Returns the NDC stack to the correct depth. </summary> </member> <member name="F:log4net.NDC.NDCAutoDisposeFrame.m_frameStack"> <summary> The NDC internal stack </summary> </member> <member name="F:log4net.NDC.NDCAutoDisposeFrame.m_frameDepth"> <summary> The depth to rethrow the stack to when this instance is disposed </summary> </member> </members> </doc> --- NEW FILE: HashCodeProvider.dll --- (This appears to be a binary file; contents omitted.) --- NEW FILE: HashCodeProvider.license.txt --- Copyright (c) 2002 Mattias Sjogren This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. Permission is granted to anyone to use this software for any purpose, including commercial applications, subject to the following restrictions: 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. No substantial portion of the source code may be redistributed without the express written permission of the copyright holders, where "substantial" is defined as enough code to be recognizably from this library. --- NEW FILE: nunit.framework.dll --- (This appears to be a binary file; contents omitted.) --- NEW FILE: log4net.dll --- (This appears to be a binary file; contents omitted.) |