Class IgnoreReflectionAttribute
Indicates that the member should not be reflected within the ix framework.
Inherited Members
Namespace: AXSharp.Connector
Assembly: AXSharp.Connector.dll
Syntax
public class IgnoreReflectionAttribute : Attribute
Methods
| Edit this page View SourceHasIgnoreReflectionAttribute(PropertyInfo)
Checks for the existence of IgnoreReflectionAttribute declaration on given property.
Declaration
public static bool HasIgnoreReflectionAttribute(PropertyInfo property)
Parameters
Type | Name | Description |
---|---|---|
PropertyInfo | property | PropertyInfo |
Returns
Type | Description |
---|---|
bool | True when the property declares IgnoreReflectionAttribute. |
HasIgnoreReflectionAttribute(PropertyInfo, object)
Checks for the existence of IgnoreReflectionAttribute declaration on given property or object instance.
Declaration
public static bool HasIgnoreReflectionAttribute(PropertyInfo property, object obj)
Parameters
Type | Name | Description |
---|---|---|
PropertyInfo | property | |
object | obj |
Returns
Type | Description |
---|---|
bool |