Class Managed

Hierarchy

Indexable

[property: string]: any

Constructors

Properties

Methods

Constructors

  • The default constructor, copy all given properties to this object

    Parameters

    • Optional properties: {
          [property: string]: any;
      }

      The optional properties to copy

      • [property: string]: any

    Returns Managed

Properties

_metadata: ManagedState

Contains the metadata of this managed object

Methods

  • Converts the managed object to an JSON-Object.

    Returns

    JSON-Object

    Method

    Returns Json

  • Returns this object identifier or the baqend type of this object

    Returns

    the object id or type whatever is available

    Returns string

  • Creates a subclass of this class

    Returns

    The extended child class

    Parameters

    • childClass: Function | Class<any>

    Returns Function | Class<any>

  • Initialize the given instance

    Parameters

    • instance: Managed

      The managed instance to initialize

    • Optional properties: {
          [property: string]: any;
      }

      The optional properties to set on the instance

      • [property: string]: any

    Returns void

Generated using TypeDoc