namespace: Serenity.ComponentModel assembly: Serenity.Net.Core
Skips checking a property name. This is usually used along with BasedOnRow attribute CheckNames = true to skip checking property name if it matches a field property name in the row.
[AttributeUsage(AttributeTargets.All)]
public class IgnoreNameAttribute : Attribute
name | description |
---|---|
IgnoreNameAttribute() | The default constructor. |
- Source: IgnoreNameAttribute.cs