Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 a collection of KitVariantContent indexed by the kit variant Ids.
Namespace: Microsoft.Dynamics.Commerce.Runtime.DataModel
Assembly: Microsoft.Dynamics.Commerce.Runtime.Entities (in Microsoft.Dynamics.Commerce.Runtime.Entities.dll)
Syntax
'Declaration
<CollectionDataContractAttribute(Name := "KitVariantToComponentDictionary", ItemName := "Entry", _
KeyName := "KitVariantId", ValueName := "KitVariantDetail")> _
Public NotInheritable Class KitVariantToComponentDictionary _
Inherits Dictionary(Of Long, KitVariantContent)
'Usage
Dim instance As KitVariantToComponentDictionary
[CollectionDataContractAttribute(Name = "KitVariantToComponentDictionary", ItemName = "Entry",
KeyName = "KitVariantId", ValueName = "KitVariantDetail")]
public sealed class KitVariantToComponentDictionary : Dictionary<long, KitVariantContent>
[CollectionDataContractAttribute(Name = L"KitVariantToComponentDictionary", ItemName = L"Entry",
KeyName = L"KitVariantId", ValueName = L"KitVariantDetail")]
public ref class KitVariantToComponentDictionary sealed : public Dictionary<long long, KitVariantContent^>
Inheritance Hierarchy
System.Object
System.Collections.Generic.Dictionary<Int64, KitVariantContent>
Microsoft.Dynamics.Commerce.Runtime.DataModel.KitVariantToComponentDictionary
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.