Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ViewFieldCollectionOData

ViewFieldCollectionOData

Hierarchy

Index

Properties

Optional Items

Items: { results: Array<string> }

Type declaration

  • results: Array<string>

Optional SchemaXml

SchemaXml: string

existsFl

existsFl: boolean

True, if the object exists, false otherwise.

response

response: string

The response

Methods

addViewField

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

moveViewFieldTo

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

    • Optional field: string
    • Optional index: number

    Returns IBaseExecution<any>

removeAllViewFields

  • removeAllViewFields(): IBaseExecution<any>

removeViewField

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

stringify

  • stringify(): string

Generated using TypeDoc