Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PropertyDefinitionDictionary

Hierarchy

Index

Constructors

constructor

Accessors

Count

  • get Count(): number
  • get number of objects in the dictionary

    Returns number

Items

Keys

  • get Keys(): string[]
  • get all keys

    Returns string[]

Values

length

  • get length(): number
  • get number of objects in dictionary

    Returns number

Methods

Add

addUpdate

clear

  • clear(): void
  • clear dictionary

    Returns void

containsKey

  • containsKey(key: string): boolean
  • containsKey(key: string): boolean
  • check if key exist

    Parameters

    • key: string

    Returns boolean

  • Parameters

    • key: string

    Returns boolean

get

getStringKeys

  • getStringKeys(): string[]
  • get string values of all keys

    Returns string[]

remove

  • remove(key: string): boolean
  • remove(key: string): boolean
  • remove key and value for key

    Parameters

    • key: string

    Returns boolean

  • Parameters

    • key: string

    Returns boolean

set

setEntry

  • setEntry(oldKey: string, newKey: string): void
  • setEntry(oldKey: string, newKey: string): void
  • sets the new entry with old value or optionally new value, use isnull parameter to make sure you are setting a null value instead of old value

    Parameters

    • oldKey: string
    • newKey: string

    Returns void

  • Parameters

    • oldKey: string
    • newKey: string

    Returns void

tryGetValue

Generated using TypeDoc