다음을 통해 공유


ProductDimensionValueDictionary Class

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 an association of a dimension's value and the set of variants which have this value.

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

Syntax

'Declaration
<CollectionDataContractAttribute(Name := "ProductDimensionValueDictionary", ItemName := "Entry",  _
    KeyName := "DimensionValue", ValueName := "SetOfVariantIds")> _
Public NotInheritable Class ProductDimensionValueDictionary _
    Inherits Dictionary(Of String, ISet(Of Long))
'Usage
Dim instance As ProductDimensionValueDictionary
[CollectionDataContractAttribute(Name = "ProductDimensionValueDictionary", ItemName = "Entry", 
    KeyName = "DimensionValue", ValueName = "SetOfVariantIds")]
public sealed class ProductDimensionValueDictionary : Dictionary<string, ISet<long>>
[CollectionDataContractAttribute(Name = L"ProductDimensionValueDictionary", ItemName = L"Entry", 
    KeyName = L"DimensionValue", ValueName = L"SetOfVariantIds")]
public ref class ProductDimensionValueDictionary sealed : public Dictionary<String^, ISet<long long>^>

Inheritance Hierarchy

System.Object
  System.Collections.Generic.Dictionary<String, ISet<Int64>>
    Microsoft.Dynamics.Commerce.Runtime.DataModel.ProductDimensionValueDictionary

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.Commerce.Runtime.DataModel Namespace