Skip to content

Interface: ILinkSpecifierProxy

A designer-facing interface that construct a Link object to be used by Odata create or update entity

Hierarchy

  • ILinkSpecifierProxy

Implemented by

Summary

Methods

Class Methods

Inherited Methods

None in the parent class(es).

Methods

getEntitySet

getEntitySet(): string

Returns: string


getProperty

getProperty(): string

Returns: string


getQueryOptions

getQueryOptions(): string

Returns: string


getReadLink(): string

Returns: string


getSpecifier

getSpecifier(): __type

Returns: __type

link object that odata link action expects


setEntitySet

setEntitySet(value: string): any

Parameters:

Name Type
value string

Returns: any


setProperty

setProperty(value: string): any

Parameters:

Name Type
value string

Returns: any


setQueryOptions

setQueryOptions(value: string): any

Parameters:

Name Type
value string

Returns: any


setReadLink(value: string): any

Parameters:

Name Type
value string

Returns: any