better 'AssemblyTitles' and some misc doc updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyTitle("Spring.Net AOP support")]
|
||||
[assembly: AssemblyTitle("Spring.Aop")]
|
||||
[assembly: AssemblyDescription("Interfaces and classes that provide AOP support in Spring.Net")]
|
||||
@@ -23,7 +23,7 @@ using System.Runtime.InteropServices;
|
||||
using System.Security.Permissions;
|
||||
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyTitle("Spring.Net Core functionality")]
|
||||
[assembly: AssemblyTitle("Spring.Core")]
|
||||
[assembly: AssemblyDescription("Core functionality for Spring.Net IoC container")]
|
||||
|
||||
//
|
||||
|
||||
@@ -1851,6 +1851,8 @@ namespace Spring.Context.Support
|
||||
|
||||
#endregion
|
||||
|
||||
#region IApplicationEventPublisher
|
||||
|
||||
/// <summary>
|
||||
/// Publishes an application context event.
|
||||
/// </summary>
|
||||
@@ -1888,6 +1890,8 @@ namespace Spring.Context.Support
|
||||
}
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
#region IPostProcessor implementation
|
||||
|
||||
private sealed class ObjectPostProcessorChecker : IObjectPostProcessor, IOrdered
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyTitle("Spring.Net Data Access support")]
|
||||
[assembly: AssemblyTitle("Spring.Data")]
|
||||
[assembly: AssemblyDescription("Interfaces and classes that provide Data access support in Spring.Net")]
|
||||
@@ -34,11 +34,11 @@ namespace Spring.Dao.Attributes
|
||||
/// Object post-processor that automatically applies persistence exception
|
||||
/// translation to any bean that carries the <see cref="RepositoryAttribute"/>
|
||||
/// attribute, adding a corresponding <see cref="PersistenceExceptionTranslationAdvisor"/>
|
||||
/// to the xposed proxy (either an existing AOP proxy or a newly generated
|
||||
/// to the exposed proxy (either an existing AOP proxy or a newly generated
|
||||
/// proxy that implements all of the target's interfaces).
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// <para>Translates native resource exceptions to Spring's <see cref="DataAccessException"/>
|
||||
/// <para>Translates native resource exceptions to Spring's <see cref="Spring.Dao.DataAccessException"/>
|
||||
/// hierarchy. Autodetects object that implement the <see cref="IPersistenceExceptionTranslator"/>
|
||||
/// interface, which are subsequently asked to translate candidate exceptions.
|
||||
/// </para>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyTitle("Spring.Net MSMQ Messaging support")]
|
||||
[assembly: AssemblyTitle("Spring.Messaging")]
|
||||
[assembly: AssemblyDescription("Interfaces and classes that provide MSMQ 3.0 support in Spring.Net")]
|
||||
@@ -1,5 +1,5 @@
|
||||
using System;
|
||||
using System.Reflection;
|
||||
|
||||
[assembly: AssemblyTitle("Spring.Net ASP.NET AJAX 1.0 support")]
|
||||
[assembly: AssemblyTitle("Spring.Web.Extensions")]
|
||||
[assembly: AssemblyDescription("Interfaces and classes that provide ASP.NET AJAX 1.0 support in Spring.Net")]
|
||||
@@ -1,7 +1,7 @@
|
||||
using System.Reflection;
|
||||
using System.Web.UI;
|
||||
|
||||
[assembly: AssemblyTitle("Spring.Net Web Application Support")]
|
||||
[assembly: AssemblyTitle("Spring.Web")]
|
||||
[assembly: AssemblyDescription("Interfaces and classes that provide web application support in Spring.Net")]
|
||||
[assembly: TagPrefix("Spring.Web.UI.Controls", "spring")]
|
||||
//[assembly: AssemblyKeyFile(@"C:\users\aseovic\projects\OpenSource\Spring.Net\Spring.Net.PrivateKey.keys")]
|
||||
Reference in New Issue
Block a user