Ignore Properties
By default, when using the Lift
trait, the model will ignore some public properties, that are "internal" properties, by being handled by Lift
.
If you want to add additional properties to be ignored, you can use the IgnoreProperties
attribute:
Last updated