DefaultMembersPersistenceAttribute Class
Specifies which members are implied as persistent by default.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
NuGet Package: DevExpress.Xpo
Declaration
Remarks
The DefaultMembersPersistenceAttribute attribute allows you to specify which members should be implied as persistent.
If the DefaultMembersPersistenceAttribute.DefaultMembersPersistence property is set to the DefaultMembersPersistence.OnlyDeclaredAsPersistent value, only those members that are marked as persistent (a PersistentAttribute is applied) are implied as persistent members. Otherwise, if set to the DefaultMembersPersistence.Default value, all public properties and fields of persistent type with get and set accessors and those that are marked as persisted are implied as persistent members.