[Missing <summary> documentation for "M:NHibernate.Proxy.DefaultDynamicProxyMethodCheckerExtensions.ShouldBeProxiable(System.Reflection.PropertyInfo)"]

Namespace: NHibernate.Proxy
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static bool ShouldBeProxiable(
	this PropertyInfo propertyInfo
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function ShouldBeProxiable ( _
	propertyInfo As PropertyInfo _
) As Boolean
Visual C++
[ExtensionAttribute]
public:
static bool ShouldBeProxiable(
	PropertyInfo^ propertyInfo
)

Parameters

propertyInfo
Type: System.Reflection..::..PropertyInfo

[Missing <param name="propertyInfo"/> documentation for "M:NHibernate.Proxy.DefaultDynamicProxyMethodCheckerExtensions.ShouldBeProxiable(System.Reflection.PropertyInfo)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Proxy.DefaultDynamicProxyMethodCheckerExtensions.ShouldBeProxiable(System.Reflection.PropertyInfo)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type PropertyInfo. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also