Skip to content

Interface: ILinkSpecifierProxy

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

Summary

Properties

Class Properties

Currently none in this class.

Inherited Properties

Currently none inherited from the parent class(es).

Methods

Class Methods

Inherited Methods

Currently none inherited from 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(): object

Returns: object

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