Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 793 Bytes

IgnoreNameAttribute.md

File metadata and controls

19 lines (13 loc) · 793 Bytes

IgnoreNameAttribute class

namespace: Serenity.ComponentModel   assemblySerenity.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

Public Members

name description
IgnoreNameAttribute() The default constructor.

See Also