Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ByNameReferenceListProperty<T>

Property value that references zero or more (model) elements by name.

The reference list is only used internally, and externally a view of the reference list that returns the real objects is exposed. So, the flow is either: [server] -> [internal ref list (observable)] -> [update view] or: [Sdk] -> [view] -- onchange ---> [internal ref list] --- onChange event ---> [send delta's]

For simplicity's sake, referencesByName should be considered immutable here (TODO: they should be in general?), so that their internal value doesn't need to be observed.

Type parameters

Hierarchy

Index

Constructors

constructor

Properties

declaredOn

declaredOn: IStructureClass

disposer

disposer: function | undefined

isAvailable

isAvailable: boolean

isPublic

isPublic: boolean

isRequired

isRequired: boolean

name

name: string

observableValue

observableValue: IList<string>

parent

Accessors

targetType

  • get (): string
  • Returns string

versionInfo

Methods

deepCopyInto

dispose

  • dispose(): void

get

qualifiedNames

  • qualifiedNames(): string[]
  • Returns string[]

reportAvailabilityIssues

  • reportAvailabilityIssues(): void

updateWithRawValue

  • updateWithRawValue(value: string[]): void

Generated using TypeDoc