Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 849 Bytes

File metadata and controls

19 lines (13 loc) · 849 Bytes

IgnoreAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.Net.Core

Skips a property while generating grid column or form field list. Use this to ignore a property for UI, but still use it for other purposes like JSON serialization. This might be useful when a type is used as a Service Request and Form Declaration at the same time.

[AttributeUsage(AttributeTargets.All)]
public class IgnoreAttribute : Attribute

Public Members

name description
IgnoreAttribute() The default constructor.

See Also