Created on 06 July 2006
icon_unfollowing
Login to follow
hashtable

HashTable

icon_trusted
Stable version 0.0.9 (Compatible with OutSystems 11)
Other versions available for 10 and Older
Uploaded on 28 April 2021 by 
hashtable

HashTable

Details
This is a simple extension that wraps the Hashtable class. It currently supports text.
Read more

HashTable is a simple extension that wraps the .NET Hashtable class. Currently, this extension only supports textual data. It’s recommended to install the demo application, to test all the features of the component and consult implementation examples.


Features list:


  • createHashTable:  initializes a new instance of the Hashtable class.
  • containsKey: determines whether the Hashtable contains a specific key.
  • containsValue: determines whether the Hashtable contains a specific value.
  • count: gets the number of key-and-value pairs contained in the Hashtable.
  • keys: gets an ICollection containing the keys in the Hashtable.
  • values: gets an ICollection containing the values in the Hashtable.
  • add: adds an element with the specified key and value into the Hashtable.
  • get: gets the value related to a specific key.
  • remove: removes the element with the specified key from the Hashtable.

Release notes (0.0.9)
  • Demo application created
  • Documentation created
  • Tags added
  • Screenshots updated
  • Long description updated
  • Icon updated

Reviews (0)
Category
Functional libraries & utilities, Other functions & libraries
Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
HashTable has no dependencies.
Application Objects
HashTable has 0 AOs.
Team
Compatible with
Version 11
Database:
All
Asset consumers
See all 1 consumers
Weekly downloads