WeaklyTypedPropertyDictionary Class

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Provide orders-specific support for weakly-typed properties.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class WeaklyTypedPropertyDictionary _
    Inherits Hashtable _
    Implements ISerializable, IDeserializationCallback
'Usage
Dim instance As WeaklyTypedPropertyDictionary
[SerializableAttribute]
public class WeaklyTypedPropertyDictionary : Hashtable, ISerializable, 
    IDeserializationCallback
[SerializableAttribute]
public ref class WeaklyTypedPropertyDictionary : public Hashtable, 
    ISerializable, IDeserializationCallback
public class WeaklyTypedPropertyDictionary extends Hashtable implements ISerializable, IDeserializationCallback

Remarks

This Hashtable-derived class adds behavior specific to orders weakly-typed property maps. It adds validation of weakly-typed property names against strongly-typed names, avoiding problems in name collision.

Inheritance Hierarchy

System..::.Object
  System.Collections..::.Hashtable
    Microsoft.CommerceServer.Runtime.Orders..::.WeaklyTypedPropertyDictionary

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

WeaklyTypedPropertyDictionary Members

Microsoft.CommerceServer.Runtime.Orders Namespace