API Differences between 3.1.0 and 4.1.1
117 Additions
92 Removals
Castle.Core
-
public sealed class ComponentProxyBehaviorAttribute : Attribute
-
public class CustomLifestyleAttribute : LifestyleAttribute
-
public class DependencyModelCollection : IEnumerable<DependencyModel>, IEnumerable
- public int Count { get; }
-
public sealed class DoNotSelectAttribute : Attribute
-
public class InterceptorReferenceCollection : IEnumerable<InterceptorReference>, IEnumerable
- public int Count { get; }
-
public enum LifestyleType
-
public sealed class PerWebRequestAttribute : LifestyleAttribute
-
public sealed delegate PropertyDependencyFilter : MulticastDelegate
- public virtual IAsyncResult BeginInvoke(ComponentModel model, ICollection<PropertyInfo> properties, PropertySetBuilder buildDependencyCallback, AsyncCallback callback, object object)
- public virtual IAsyncResult BeginInvoke(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder buildDependencyCallback, AsyncCallback callback, object object)
- public virtual PropertySet[] Invoke(ComponentModel model, ICollection<PropertyInfo> properties, PropertySetBuilder buildDependencyCallback)
- public virtual PropertySet[] Invoke(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder buildDependencyCallback)
-
public class PropertyDependencyModel : DependencyModel
-
public sealed class ScopedAttribute : LifestyleAttribute
-
public class StandardPropertyFilters
- public static PropertySet[] Default(ComponentModel model, ICollection<PropertyInfo> properties, PropertySetBuilder propertySetBuilder)
- public static PropertyDependencyFilter FromObsoleteFunction(Func<ComponentModel, PropertyInfo, bool> filter, bool isRequired)
- public static PropertySet[] Default(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder propertySetBuilder)
- public static PropertyDependencyFilter FromFunction(Func<ComponentModel, PropertyInfo, bool> filter, bool isRequired)
- public static PropertySet[] IgnoreAll(ComponentModel model, ICollection<PropertyInfo> properties, PropertySetBuilder propertySetBuilder)
- public static PropertySet[] IgnoreBase(ComponentModel model, ICollection<PropertyInfo> properties, PropertySetBuilder propertySetBuilder)
- public static PropertyDependencyFilter IgnoreSelected(Func<ComponentModel, PropertyInfo, bool> selector)
- public static PropertySet[] RequireAll(ComponentModel model, ICollection<PropertyInfo> properties, PropertySetBuilder propertySetBuilder)
- public static PropertySet[] RequireBase(ComponentModel model, ICollection<PropertyInfo> properties, PropertySetBuilder propertySetBuilder)
- public static PropertyDependencyFilter RequireSelected(Func<ComponentModel, PropertyInfo, bool> selector)
- public static PropertySet[] IgnoreAll(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder propertySetBuilder)
- public static PropertySet[] IgnoreBase(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder propertySetBuilder)
- public static PropertySet[] RequireAll(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder propertySetBuilder)
- public static PropertySet[] RequireBase(ComponentModel model, PropertyInfo[] properties, PropertySetBuilder propertySetBuilder)
Castle.Core.Internal
Castle.Facilities.Startable
Castle.Facilities.TypedFactory
Castle.MicroKernel
Castle.MicroKernel.ComponentActivator
Castle.MicroKernel.Facilities
Castle.MicroKernel.Handlers
Castle.MicroKernel.Internal
Castle.MicroKernel.LifecycleConcerns
Castle.MicroKernel.Lifestyle
Castle.MicroKernel.Lifestyle.Pool
Castle.MicroKernel.Lifestyle.Scoped
Castle.MicroKernel.ModelBuilder
Castle.MicroKernel.ModelBuilder.Descriptors
Castle.MicroKernel.ModelBuilder.Inspectors
Castle.MicroKernel.Proxy
Castle.MicroKernel.Registration
-
public static class AllTypes
-
public class BasedOnDescriptor : IRegistration
-
public static class Classes
-
public class ComponentRegistration<TService> : IRegistration
- public ComponentRegistration<TService> DependsOn(Dependency dependency)
- public ComponentRegistration<TService> LifestyleBoundToNearest<TBaseForRoot>()
- public ComponentRegistration<TService> LifestylePerWebRequest()
- public ComponentRegistration<TService> PropertiesIgnore(Func<PropertyInfo, bool> propertySelector)
- public ComponentRegistration<TService> PropertiesIgnore(Func<ComponentModel, PropertyInfo, bool> propertySelector)
- public ComponentRegistration<TService> PropertiesRequire(Func<PropertyInfo, bool> propertySelector)
- public ComponentRegistration<TService> PropertiesRequire(Func<ComponentModel, PropertyInfo, bool> propertySelector)
- public ComponentRegistration<TService> UsingFactory<TFactory, TServiceImpl>(Func<TFactory, TServiceImpl> factory) where TServiceImpl : TService
- public ComponentRegistration<TService> UsingFactory<TFactory, TServiceImpl>(Converter<TFactory, TServiceImpl> factory) where TServiceImpl : TService
- public ComponentRegistration<TService> UsingFactoryMethod<TImpl>(Func<IKernel, TImpl> factoryMethod, bool managedExternally = false) where TImpl : TService
- public ComponentRegistration<TService> UsingFactoryMethod<TImpl>(Converter<IKernel, TImpl> factoryMethod, bool managedExternally = false) where TImpl : TService
-
public sealed class Dependency
-
public class FromAssemblyDescriptor : FromDescriptor
-
public abstract class FromDescriptor : IRegistration
-
public static class Types
Castle.MicroKernel.Registration.Lifestyle
Castle.MicroKernel.Resolvers
Castle.MicroKernel.Resolvers.SpecializedResolvers
Castle.MicroKernel.SubSystems.Conversion
Castle.Windsor.Configuration.AppDomain
Castle.Windsor.Configuration.Interpreters
Castle.Windsor.Configuration.Interpreters.XmlProcessor
Castle.Windsor.Diagnostics
Castle.Windsor.Diagnostics.DebuggerViews
Castle.Windsor.Diagnostics.Extensions
Castle.Windsor.Diagnostics.Helpers
Castle.Windsor.Installer