TransformIgnoreAttribute class
namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Disables script code generation for the type / property this attribute is placed on. If placed on a form / column property it will also skip generating a corresponding column / form field for that property.
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Enum | AttributeTargets.Method | AttributeTargets.Property | AttributeTargets.Field)]
public class TransformIgnoreAttribute : Attribute
Public Members
| name | description |
|---|---|
| TransformIgnoreAttribute() | The default constructor. |
See Also
- Source: TransformIgnoreAttribute.cs