projects/m2-core/src/lib/core/service/reference/requests/EditReferenceBookRequest.ts
Properties |
|
constructor(bookId: number, operation: EditReferenceBookAttributeType, newMLValue?: EditMLValueRequest, newLongValue?: number, elementDroppedOn?: number, newArrayOrStringValue?: string)
|
|||||||||||||||||||||
|
Parameters :
|
| Public bookId |
Type : number
|
| Public elementDroppedOn |
Type : number
|
| Public newArrayValue |
Type : string
|
| Public newBoolValue |
Type : boolean
|
| Public newIntegerValue |
Type : number
|
| Public newLongValue |
Type : number
|
| Public newMLValue |
Type : EditMLValueRequest
|
| Public newString |
Type : string
|
| Public operation |
Type : EditReferenceBookAttributeType
|