Table of Contents

Class DefaultMembersPersistenceAttribute

Namespace
DevExpress.Xpo
Assembly
DevExpress.Xpo.v24.1.dll

Specifies which members are implied as persistent by default.

[AttributeUsage(AttributeTargets.Class, Inherited = true)]
public sealed class DefaultMembersPersistenceAttribute : Attribute
Inheritance
DefaultMembersPersistenceAttribute
Inherited Members

Constructors

DefaultMembersPersistenceAttribute(DefaultMembersPersistence)

Initializes a new instance of the DefaultMembersPersistenceAttribute class.

public DefaultMembersPersistenceAttribute(DefaultMembersPersistence defaultPersistence)

Parameters

defaultPersistence DefaultMembersPersistence

A DefaultMembersPersistence enumeration value that specifies which members are implied to be persistent by default. This value is assigned to the DefaultMembersPersistenceAttribute.DefaultMembersPersistence property.

Properties

DefaultMembersPersistence

Gets a value that determines which members are persistent by default.

public DefaultMembersPersistence DefaultMembersPersistence { get; }

Property Value

DefaultMembersPersistence

A DefaultMembersPersistence enumeration value that specifies which members are implied to be persistent by default.