Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference

InheritanceAopProxyTypeBuilder Properties

The properties of the InheritanceAopProxyTypeBuilder class are listed below. For a complete list of InheritanceAopProxyTypeBuilder class members, see the InheritanceAopProxyTypeBuilder Members topic.

Public Instance Properties

BaseType (inherited from AbstractProxyTypeBuilder) The Type of the class that the proxy must inherit from.
Interfaces (inherited from AbstractProxyTypeBuilder) Gets or sets the list of interfaces proxy should implement.
MemberAttributes (inherited from AbstractProxyTypeBuilder) The custom Attributes that the proxy members must be decorated with.
Name (inherited from AbstractProxyTypeBuilder) The name of the proxy Type.
ProxyDeclaredMembersOnly Gets or sets a value indicating whether inherited members should be proxied.
ProxyTargetAttributes (inherited from AbstractProxyTypeBuilder) Should we proxy target attributes?
TargetType (inherited from AbstractProxyTypeBuilder) The Type of the target object.
TypeAttributes (inherited from AbstractProxyTypeBuilder) The list of custom Attributes that the proxy class must be decorated with.

See Also

InheritanceAopProxyTypeBuilder Class | Spring.Aop.Framework.DynamicProxy Namespace