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