Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • soby_WebServiceService

Implements

Index

Constructors

constructor

Properties

Args

Args: any[]

DataSourceBuilder

EndIndex

EndIndex: number = 0

Filters

Filters: SobyFilters = ...

GroupByFields

GroupByFields: SobyGroupByFields = ...

ItemBeingPopulated

ItemBeingPopulated: () => void = ...

Type declaration

    • (): void
    • Returns void

NextPageExist

NextPageExist: boolean = false

NextPageString

NextPageString: string = ""

NextPageStrings

NextPageStrings: string[]

OrderByFields

OrderByFields: SobyOrderByFields = ...

PageIndex

PageIndex: number = 0

StartIndex

StartIndex: number = 0

Transport

Transport: soby_Transport

Methods

AddItem

  • AddItem(objectInstance: any): void

CanNavigateToNextPage

  • CanNavigateToNextPage(): boolean

CanNavigateToPreviousPage

  • CanNavigateToPreviousPage(): boolean

DeleteItem

  • DeleteItem(keyNames: string[], keyValues: string[]): void

ErrorThrown

  • ErrorThrown(errorMessage: string, errorTypeName: string): void

Filter

  • Filter(filters: SobyFilters, clearOtherFilters: boolean): void

GetFieldNames

  • GetFieldNames(): any[]

GetQueriesAppliedDataSourceBuilder

GoToPage

  • GoToPage(pageIndex: number): void

GroupBy

ItemAdded

  • ItemAdded(args: any): void

ItemDeleted

  • ItemDeleted(args: any): void

ItemPopulated

ItemUpdated

  • ItemUpdated(args: any): void

NavigationInformationBeingPopulated

  • NavigationInformationBeingPopulated(): void

NavigationInformationPopulated

  • NavigationInformationPopulated(): void

Parse

  • Parse(): void
  • Returns void

PopulateItems

  • PopulateItems(args: any[]): void

PopulateNavigationInformation

  • PopulateNavigationInformation(): void

SetRowLimit

  • SetRowLimit(rowLimit: number): void

Sort

SortAndFilter

UpdateItem

  • UpdateItem(keyNames: string[], keyValues: string[], objectInstance: any): void
  • Parameters

    • keyNames: string[]
    • keyValues: string[]
    • objectInstance: any

    Returns void

Generated using TypeDoc