Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewFieldCollectionMethods

ViewFieldCollectionMethods

Hierarchy

Index

Methods

addViewField

  • addViewField(strField?: string): IBaseExecution<any>
  • Parameters

    • Optional strField: string

    Returns IBaseExecution<any>

moveViewFieldTo

  • moveViewFieldTo(field?: string, index?: number): IBaseExecution<any>
  • Parameters

    • Optional field: string
    • Optional index: number

    Returns IBaseExecution<any>

removeAllViewFields

  • removeAllViewFields(): IBaseExecution<any>
  • Returns IBaseExecution<any>

removeViewField

  • removeViewField(strField?: string): IBaseExecution<any>
  • Parameters

    • Optional strField: string

    Returns IBaseExecution<any>

Generated using TypeDoc