Class IgnoreOnPocoOperation
This attribute will prevent R/W operation on on given member or type, when performing operation with POCO objects.
Inherited Members
Namespace: AXSharp.Connector
Assembly: AXSharp.Connector.dll
Syntax
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Property|AttributeTargets.Field)]
public class IgnoreOnPocoOperation : Attribute
Constructors
| Edit this page View SourceIgnoreOnPocoOperation()
Creates new instance of IgnoreOnPocoOperation
Declaration
public IgnoreOnPocoOperation()