Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AbstractUnit

Base class for implementations of IAbstractUnit.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Private _afterLoadCallbacks

_afterLoadCallbacks: any

container

container: StructuralUnit

id

id: string

isLoaded

isLoaded: boolean

Checks whether all attributes are available at this instant; if false, a load is required to access these properties.

model

typeName

typeName: string

unit

versionInfo

Methods

Protected _scheduleDeltaAfterCreate

  • _scheduleDeltaAfterCreate(delta: IDelta): void

Protected _sendDeleteDelta

  • _sendDeleteDelta(): void

Protected _updateWithJsonImpl

allProperties

deepCopyInto

delete

  • delete(): void
  • Deletes a model from the model. This will automatically remove the item from its model parent, and update incoming references and send server changes.

    Returns void

Protected getContainerAs

toJSON

  • toJSON(): Object

traverse

  • traverse(visit: function): void

traversePublicParts

  • traversePublicParts(visit: function): void

Generated using TypeDoc