Interface: IAttachmentEntryProxy¶
Hierarchy¶
-
IAttachmentEntryProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
Methods¶
createAttachmentEntry¶
▸ createAttachmentEntry(attachmentPath: string, entitySet: string, property: string, readLink: string, service: string, encodeURI: boolean): any
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
attachmentPath |
string | - | the path for the attachment file |
entitySet |
string | - | entity set name |
property |
string | - | the property of the entity set |
readLink |
string | - | readlink string |
service |
string | - | service name |
encodeURI |
boolean | true | whether to prefix the path with 'file://' if it is not already using another URI protocol, default value is true |
Returns: any
an object with all information for the attachment entry or undefined if the attachment is invalid
getParent¶
▸ getParent(): IAttachmentFormCellProxy
Overrides IElementProxy.getParent
Returns: IAttachmentFormCellProxy
getValue¶
▸ getValue(): any
Returns: any
the value of the item
open¶
▸ open(): void
Returns: void
setValue¶
▸ setValue(value: any, notify?: boolean): any
Parameters:
| Name | Type | Description |
|---|---|---|
value |
any | value to be set |
notify? |
boolean | whether to triggers the OnValueChange event on the parent control |
Returns: any
this - allows chaining