Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertiesCollection

The class represents a property bag as a collection of key-value pairs. Values of all primitive types (any type with a TypeCode != TypeCode.Object) except for DBNull are accepted. Values of type Byte[], Int32, Double, DateType and String preserve their type, other primitives are retuned as a String. Byte[] expected as base64 encoded string.

Hierarchy

  • PropertiesCollection

Index

Properties

Properties

Optional count

count: number

The count of properties in the collection.

Optional item

item: any

Optional keys

keys: Array<string>

The set of keys in the collection.

Optional values

values: Array<string>

The set of values in the collection.

Generated using TypeDoc