Back to Devexpress

DefaultMembersPersistence Enum

xpo-devexpress-dot-xpo-a1c8be9f.md

latest1.7 KB
Original Source

DefaultMembersPersistence Enum

Lists the values that determine which members are implied as persistent by default.

Namespace : DevExpress.Xpo

Assembly : DevExpress.Xpo.v25.2.dll

NuGet Package : DevExpress.Xpo

Declaration

csharp
public enum DefaultMembersPersistence
vb
Public Enum DefaultMembersPersistence

Members

NameDescription
Default

The members are implied to be persistent by default if they are declared as public or have the PersistentAttribute attribute.

| | OnlyDeclaredAsPersistent |

The members are implied to be persistent if they have the PersistentAttribute attribute.

|

The following properties accept/return DefaultMembersPersistence values:

Remarks

The values listed by this enumeration are used to set the DefaultMembersPersistenceAttribute.DefaultMembersPersistence property.

See Also

DevExpress.Xpo Namespace