Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomPropertyCollection

Stores custom properties for a variety of objects.

Hierarchy

  • CustomPropertyCollection

Implements

Index

Constructors

constructor

Accessors

owner

  • get owner(): any
  • Gets the instance that these custom properties belong to.

    Returns any

size

  • get size(): number
  • Returns number

Methods

_2ad2e5f4b2884a52bf8bfc07ce8953d3

  • _2ad2e5f4b2884a52bf8bfc07ce8953d3(): void

__@iterator

clear

  • clear(): void
  • inheritdoc

    Returns void

get

  • Gets the {@link com.bayesserver.CustomProperty} with the specified name, from the collection, or returns null if not found.

    Parameters

    • name: string

      The name of the {@link com.bayesserver.CustomProperty} to return.

    Returns CustomProperty

    The {@link com.bayesserver.CustomProperty} with the specified name, or null if not found.

  • Parameters

    • index: number

    Returns CustomProperty

includes

  • Parameters

    Returns boolean

indexOf

  • Parameters

    Returns number

insert

  • inheritdoc

    Parameters

    Returns void

push

  • Parameters

    Returns number

remove

  • Parameters

    Returns boolean

removeAt

set