Skip to content

Interface: ITargetProxy

Hierarchy

Implemented by

Summary

Methods

Class Methods

Inherited Methods

Currently none inherited from the parent class(es).

Methods

getEntitySet

getEntitySet(): string

Returns: string


getFunction

getFunction(): any

Returns: any


getOutputPath

getOutputPath(): string

Returns: string


getPath

getPath(): string

Returns: string


getQueryOptions

getQueryOptions(): string

Returns: string


getReadLink(): string

Returns: string


getRequestProperties

getRequestProperties(): any

Returns: any


getServerSidePaging

getServerSidePaging(): boolean

Returns: boolean


getService

getService(): string

Returns: string


setEntitySet

setEntitySet(value: string): any

Parameters:

Name Type Description
value string the target EnittySet name

Returns: any

this - allows chaining


setFunction

setFunction(value: any): any

Parameters:

Name Type Description
value any the target Function name

Returns: any

this - allows chaining


setOutputPath

setOutputPath(value: string): any

Parameters:

Name Type Description
value string the target OutputPath

Returns: any

this - allows chaining


setPath

setPath(value: string): any

Parameters:

Name Type Description
value string the target Path

Returns: any

this - allows chaining


setQueryOptions

setQueryOptions(value: string): any

Parameters:

Name Type Description
value string the target QueryOptions

Returns: any

this - allows chaining


setReadLink(value: string): any

Parameters:

Name Type Description
value string the target ReadLink

Returns: any

this - allows chaining


setRequestProperties

setRequestProperties(value: any): any

Parameters:

Name Type Description
value any the target RequestProperties

Returns: any

this - allows chaining


setServerSidePaging

setServerSidePaging(value: boolean): any

Parameters:

Name Type Description
value boolean the target ServerSidePaging

Returns: any

this - allows chaining


setService

setService(value: string): any

Parameters:

Name Type Description
value string the target Service name

Returns: any

this - allows chaining