Back to Devexpress

DefaultMembersPersistenceAttribute Class

xpo-devexpress-dot-xpo-1935314f.md

latest2.1 KB
Original Source

DefaultMembersPersistenceAttribute Class

Specifies which members are implied as persistent by default.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
[AttributeUsage(AttributeTargets.Class, Inherited = true)]
public sealed class DefaultMembersPersistenceAttribute :
    Attribute
vb
<AttributeUsage(AttributeTargets.Class, Inherited:=True)>
Public NotInheritable Class DefaultMembersPersistenceAttribute
    Inherits Attribute

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.

Inheritance

Object Attribute DefaultMembersPersistenceAttribute

See Also

DefaultMembersPersistenceAttribute Members

Built-In Attributes

DevExpress.Xpo Namespace