次の方法で共有


DataCacheKey Constructor

Definition

public:
 DataCacheKey(System::Collections::Generic::List<Tuple<System::String ^, System::Object ^> ^> ^ fieldValueList, System::Collections::Generic::HashSet<System::String ^> ^ sha1HashfieldNamesSet, Microsoft::Dynamics::Ax::Xpp::Metadata::CommonHandle ^ owner);
public DataCacheKey (System.Collections.Generic.List<Tuple<string,object>> fieldValueList, System.Collections.Generic.HashSet<string> sha1HashfieldNamesSet, Microsoft.Dynamics.Ax.Xpp.Metadata.CommonHandle owner);
new Microsoft.Dynamics.Ax.Xpp.DataCacheKey : System.Collections.Generic.List<string * obj> * System.Collections.Generic.HashSet<string> * Microsoft.Dynamics.Ax.Xpp.Metadata.CommonHandle -> Microsoft.Dynamics.Ax.Xpp.DataCacheKey
Public Sub New (fieldValueList As List(Of Tuple(Of String, Object)), sha1HashfieldNamesSet As HashSet(Of String), owner As CommonHandle)

Parameters

fieldValueList
List<Tuple<String,Object>>
sha1HashfieldNamesSet
HashSet<String>
owner
Microsoft.Dynamics.Ax.Xpp.Metadata.CommonHandle

Applies to