Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ArgumentInfo

Index

Constructors

constructor

  • new ArgumentInfo(): ArgumentInfo
  • new ArgumentInfo(name: string, typeName: string, isRequired: boolean, value: any): ArgumentInfo
  • Initializes a new instance of the {@link geocortex.workflow.ArgumentInfo} class.

    class

    Represents an argument used in a {@link geocortex.workflow.ExternalActivityInfo}.

    constructs

    Returns ArgumentInfo

  • Initializes a new instance of the {@link geocortex.workflow.ArgumentInfo} class.

    Parameters

    • name: string

      The name of the argument info.

    • typeName: string

      The type name of the argument info.

    • isRequired: boolean

      Indicates whether the argument info is required.

    • value: any

      The value of the argument info.

    Returns ArgumentInfo

Properties

isRequired

isRequired: boolean

Whether the {@link geocortex.workflow.ArgumentInfo} is required.

type

Boolean

name

name: string

The name of the {@link geocortex.workflow.ArgumentInfo}.

type

String

runtimeTypeName

runtimeTypeName: string

The runtime type name of the {@link geocortex.workflow.ArgumentInfo}.

type

String

typeName

typeName: string

The type name of the {@link geocortex.workflow.ArgumentInfo}.

type

String

value

value: any

The value of the {@link geocortex.workflow.ArgumentInfo}.

type

Object

Methods

Private _configureObject

  • _configureObject(restObject: any): void
  • Parameters

    • restObject: any

    Returns void

Private _internalClone