Skip to content

Class: LinkSpecifierProxy

Hierarchy

  • LinkSpecifierProxy

Implements

Summary

Constructors

Methods

Class Methods

Inherited Methods

Currently none inherited from the parent class(es).

Constructors

constructor

+ new LinkSpecifierProxy(property: string, entitySet: string, queryOptions?: string, readLink?: string): LinkSpecifierProxy

Parameters:

Name Type
property string
entitySet string
queryOptions? string
readLink? string

Returns: LinkSpecifierProxy

Methods

getEntitySet

getEntitySet(): string

Implementation of ILinkSpecifierProxy

Returns: string

return entityset string


getProperty

getProperty(): string

Implementation of ILinkSpecifierProxy

Returns: string

return propery string


getQueryOptions

getQueryOptions(): string

Implementation of ILinkSpecifierProxy

Returns: string

return query optuin string


getReadLink(): string

Implementation of ILinkSpecifierProxy

Returns: string


getSpecifier

getSpecifier(): __type

Implementation of ILinkSpecifierProxy

Returns: __type

return an object in JSON format as follows:

{
 Property: "propery string",
 Target:
   {
     EntitySet: "entiryset string",
     QueryOptions: "query string",
     ReadLink: "readlink string"
   }
}


setEntitySet

setEntitySet(value: string): void

Implementation of ILinkSpecifierProxy

Parameters:

Name Type
value string

Returns: void


setProperty

setProperty(value: string): void

Implementation of ILinkSpecifierProxy

Parameters:

Name Type
value string

Returns: void


setQueryOptions

setQueryOptions(value: string): void

Implementation of ILinkSpecifierProxy

Parameters:

Name Type
value string

Returns: void


setReadLink(value: string): void

Implementation of ILinkSpecifierProxy

Parameters:

Name Type
value string

Returns: void