RecordViewCache Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
RecordViewCache() | |
RecordViewCache(Common) | |
RecordViewCache(IntPtr) |
RecordViewCache()
public:
RecordViewCache();
public RecordViewCache ();
Public Sub New ()
Applies to
RecordViewCache(Common)
public:
RecordViewCache(Microsoft::Dynamics::Ax::Xpp::Common ^ common1);
public RecordViewCache (Microsoft.Dynamics.Ax.Xpp.Common common1);
new Dynamics.AX.Application.RecordViewCache : Microsoft.Dynamics.Ax.Xpp.Common -> Dynamics.AX.Application.RecordViewCache
Public Sub New (common1 As Common)
Parameters
- common1
- Common
Applies to
RecordViewCache(IntPtr)
public:
RecordViewCache(IntPtr ptr1);
public RecordViewCache (IntPtr ptr1);
new Dynamics.AX.Application.RecordViewCache : nativeint -> Dynamics.AX.Application.RecordViewCache
Public Sub New (ptr1 As IntPtr)
Parameters
- ptr1
-
IntPtr
nativeint