Skip to content

BasedOnRowAttribute.CheckNames property

Gets or sets a value indicating whether to check names. If this is true (by default false), if a property name doesn't exactly match a property in the RowType row, Serenity will raise error. In that case you might add [SkipNameCheck] attribute to properties that shouldn't be checked.

public bool CheckNames { get; set; }

Property Value

true if should check names; otherwise, false.

See Also