Class StiAppExpressionCollection

Describes collection of property expressions.

Hierarchy

Implements

Index

Properties

list

list: StiAppExpression[] = []

Accessors

count

  • get count(): number
  • Gets the number of elements contained in the CollectionBase instance.

    Returns number

length

  • get length(): number

Methods

add

add2

  • add2(name: string, expression: string): void
  • Parameters

    • name: string
    • expression: string

    Returns void

addRange

addRange2

clear

  • clear(): void

clone

contains

contains2

  • contains2(name: string): boolean
  • Parameters

    • name: string

    Returns boolean

getByIndex

getByName

indexOf

insert

loadFromJsonObject

  • loadFromJsonObject(jObject: StiJson): void

loadFromXml

  • loadFromXml(xmlNode: XmlNode): void
  • Parameters

    Returns void

remove

remove2

  • remove2(name: string): void
  • Parameters

    • name: string

    Returns void

removeAt

  • removeAt(index: number): void

saveToJsonObject

setByIndex

setByName

toCast

  • toCast<C>(): C[]

toList

Generated using TypeDoc