다음을 통해 공유


CommerceEntityDataLevel Enumeration

Important

This content is archived and is not being updated. For the latest documentation, see Microsoft Dynamics 365 product documentation. For the latest release plans, see Dynamics 365 and Microsoft Power Platform release plans.

Represents the various levels of data which an entity can contain.

Namespace:  Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly:  Microsoft.Dynamics.Commerce.Runtime.Framework (in Microsoft.Dynamics.Commerce.Runtime.Framework.dll)

Syntax

'Declaration
Public Enumeration CommerceEntityDataLevel
'Usage
Dim instance As CommerceEntityDataLevel
public enum CommerceEntityDataLevel
public enum class CommerceEntityDataLevel

Members

Member name Description
Identity The entity object contains identity-only information.
Minimal The entity object contains minimal information.
Standard The entity object contains a level of data adequate for most situations.
Extended The entity object contains extended information.
Complete The entity object contains all the information associated with it in the data store.

Remarks

Observations: - Not all levels may apply to all entity types.

- The exact information mapped to each level depends on the entity type.

- The implicit data level also varies per entity type, and must be reviewed.

- The implicit data level of the base class is Complete.

- There isn't a 'None' data level, since every entity object instance must have an identity.

See Also

Reference

Microsoft.Dynamics.Commerce.Runtime.DataModel Namespace