ListPageMetadataChanges Class

Contains changes to the list page metadata that have occured from executing interaction initialization logic.

Namespace:  Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts
Assembly:  Microsoft.Dynamics.AX.Services.Metadata (in Microsoft.Dynamics.AX.Services.Metadata.dll)

Syntax

'Declaration
<DataContractAttribute> _
Public Class ListPageMetadataChanges _
    Inherits MetadataBase
'Usage
Dim instance As ListPageMetadataChanges
[DataContractAttribute]
public class ListPageMetadataChanges : MetadataBase
[DataContractAttribute]
public ref class ListPageMetadataChanges : public MetadataBase

Inheritance Hierarchy

System.Object
  MetadataBase
    Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.ListPageMetadataChanges

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts Namespace