WeaklyTypedPropertyDictionary Members
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Provide orders-specific support for weakly-typed properties.
The WeaklyTypedPropertyDictionary type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WeaklyTypedPropertyDictionary | Overloaded. Initializes a new instance of the WeaklyTypedPropertyDictionary class. |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from Hashtable.) | |
Clear | (Inherited from Hashtable.) | |
Clone | (Inherited from Hashtable.) | |
Contains | (Inherited from Hashtable.) | |
ContainsKey | (Inherited from Hashtable.) | |
ContainsValue | (Inherited from Hashtable.) | |
CopyTo | (Inherited from Hashtable.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from Hashtable.) | |
GetHash | (Inherited from Hashtable.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Populates the SerializationInfo with the data needed to serialize the WeaklyTypedPropertyDictionary. (Overrides Hashtable..::.GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Object.) | |
KeyEquals | (Inherited from Hashtable.) | |
MemberwiseClone | (Inherited from Object.) | |
OnDeserialization | Runs after the dictionary has been deserialized. (Overrides Hashtable..::.OnDeserialization(Object).) | |
Remove | (Inherited from Hashtable.) | |
ToString | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
comparer | Obsolete. (Inherited from Hashtable.) | |
Count | (Inherited from Hashtable.) | |
EqualityComparer | (Inherited from Hashtable.) | |
hcp | Obsolete. (Inherited from Hashtable.) | |
IsFixedSize | (Inherited from Hashtable.) | |
IsReadOnly | (Inherited from Hashtable.) | |
IsSynchronized | (Inherited from Hashtable.) | |
Item | Gets or sets the value associated with the specified key. (Overrides Hashtable..::.Item[([(Object])]).) | |
Keys | (Inherited from Hashtable.) | |
SyncRoot | (Inherited from Hashtable.) | |
Values | (Inherited from Hashtable.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable..::.GetEnumerator | (Inherited from Hashtable.) |
Top