Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Project

Representation of a Mendix App Project

Hierarchy

  • Project

Index

Constructors

Properties

Methods

Constructors

constructor

  • Parameters

    • client: MendixSdkClient

      a MendixSdkClient instance

    • id: string

      Project id returned by the Mendix Projects API

    • name: string

      The desired project name

    Returns Project

Properties

Private _client

Private _id

_id: string

Private _name

_name: string

Methods

createWorkingCopy

  • Create a new Online Working Copy for the given project based on a given revision.

    Parameters

    • Optional revision: Revision

      The team server revision number.

    Returns Promise<OnlineWorkingCopy>

    A Promise of a WorkingCopy instance that represents your new Online Working Copy.

id

  • id(): string
  • Returns string

    ID of this Project

name

  • name(): string
  • Returns string

    name of this Project

Generated using TypeDoc