Interface: IListPickerFormCellTargetProxy¶
Hierarchy¶
-
IListPickerFormCellTargetProxy
Implemented by¶
Summary¶
Methods¶
- getDisplayValue
- getEntitySet
- getFunction
- getObjectCell
- getOutputPath
- getPath
- getQueryOptions
- getReadLink
- getRequestProperties
- getReturnValue
- getServerSidePaging
- getService
- setDisplayValue
- setEntitySet
- setFunction
- setObjectCell
- setOutputPath
- setPath
- setQueryOptions
- setReadLink
- setRequestProperties
- setReturnValue
- setServerSidePaging
- setService
Methods¶
getDisplayValue¶
▸ getDisplayValue(): string
Inherited from IFormCellTargetProxy.getDisplayValue
Returns: string
getEntitySet¶
▸ getEntitySet(): string
Inherited from ITargetProxy.getEntitySet
Get the target EntitySet name
Returns: string
getFunction¶
▸ getFunction(): any
Inherited from ITargetProxy.getFunction
Get the target Function name.
Returns: any
getObjectCell¶
▸ getObjectCell(): any
Returns: any
getOutputPath¶
▸ getOutputPath(): string
Inherited from ITargetProxy.getOutputPath
Get the target OutputPath.
Returns: string
getPath¶
▸ getPath(): string
Inherited from ITargetProxy.getPath
Get the target path.
Returns: string
getQueryOptions¶
▸ getQueryOptions(): string
Inherited from ITargetProxy.getQueryOptions
Get the target QueryOptions.
Returns: string
getReadLink¶
▸ getReadLink(): string
Inherited from ITargetProxy.getReadLink
Get the target ReadLink.
Returns: string
getRequestProperties¶
▸ getRequestProperties(): any
Inherited from ITargetProxy.getRequestProperties
Get the target RequestProperties.
Returns: any
getReturnValue¶
▸ getReturnValue(): string
Inherited from IFormCellTargetProxy.getReturnValue
Returns: string
getServerSidePaging¶
▸ getServerSidePaging(): boolean
Inherited from ITargetProxy.getServerSidePaging
Get the target ServerSidePaging.
Returns: boolean
getService¶
▸ getService(): string
Inherited from ITargetProxy.getService
Get the target Service name.
Returns: string
setDisplayValue¶
▸ setDisplayValue(value
: string): any
Inherited from IFormCellTargetProxy.setDisplayValue
Parameters:
Name | Type |
---|---|
value |
string |
Returns: any
setEntitySet¶
▸ setEntitySet(value
: string): any
Inherited from ITargetProxy.setEntitySet
set the target EntitySet
Parameters:
Name | Type | Description |
---|---|---|
value |
string | the target EnittySet name |
Returns: any
this - allows chaining
setFunction¶
▸ setFunction(value
: any): any
Inherited from ITargetProxy.setFunction
Parameters:
Name | Type | Description |
---|---|---|
value |
any | the target Function name |
Returns: any
this - allows chaining
setObjectCell¶
▸ setObjectCell(value
: any): any
Parameters:
Name | Type |
---|---|
value |
any |
Returns: any
setOutputPath¶
▸ setOutputPath(value
: string): any
Inherited from ITargetProxy.setOutputPath
Parameters:
Name | Type | Description |
---|---|---|
value |
string | the target OutputPath |
Returns: any
this - allows chaining
setPath¶
▸ setPath(value
: string): any
Inherited from ITargetProxy.setPath
Parameters:
Name | Type | Description |
---|---|---|
value |
string | the target Path |
Returns: any
this - allows chaining
setQueryOptions¶
▸ setQueryOptions(value
: string): any
Inherited from ITargetProxy.setQueryOptions
Parameters:
Name | Type | Description |
---|---|---|
value |
string | the target QueryOptions |
Returns: any
this - allows chaining
setReadLink¶
▸ setReadLink(value
: string): any
Inherited from ITargetProxy.setReadLink
Parameters:
Name | Type | Description |
---|---|---|
value |
string | the target ReadLink |
Returns: any
this - allows chaining
setRequestProperties¶
▸ setRequestProperties(value
: any): any
Inherited from ITargetProxy.setRequestProperties
Parameters:
Name | Type | Description |
---|---|---|
value |
any | the target RequestProperties |
Returns: any
this - allows chaining
setReturnValue¶
▸ setReturnValue(value
: string): any
Inherited from IFormCellTargetProxy.setReturnValue
Parameters:
Name | Type |
---|---|
value |
string |
Returns: any
setServerSidePaging¶
▸ setServerSidePaging(value
: boolean): any
Inherited from ITargetProxy.setServerSidePaging
Parameters:
Name | Type | Description |
---|---|---|
value |
boolean | the target ServerSidePaging |
Returns: any
this - allows chaining
setService¶
▸ setService(value
: string): any
Inherited from ITargetProxy.setService
Parameters:
Name | Type | Description |
---|---|---|
value |
string | the target Service name |
Returns: any
this - allows chaining