Click or drag to resize

PropertyCollection Class

Contains objects identified by a string key.
Inheritance Hierarchy
SystemObject
  Ozeki.CommonPropertyCollection

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public class PropertyCollection

The PropertyCollection type exposes the following members.

Constructors
 NameDescription
Public methodPropertyCollection Initializes a new instance of the PropertyCollection class.
Top
Methods
 NameDescription
Public methodAdd Adds a value with the specified key to the collection.
Public methodAddOrUpdate Adds a value with the specified key to the collection if not exists or updates an existing value.
Public methodClear Clears the collection.
Public methodContains Retrieves a boolean value indicating whether the collection contains value with the specified key.
Public methodGet(String) Gets the value with the specified key from the collection.
Public methodGetT(String) Gets the value with the specified key from the collection.
Public methodRemove Removes a value with the specified key from the collection.
Top
See Also