projects/m2-core/src/lib/core/service/meta/requests/application-template/EditApplicationPropertyRequest.ts
Properties |
|
constructor(id: number, operation: EditApplicationPropertyAttributeType, newMLValue?: EditMLValueRequest, newLongValue?: number, newBoolValue?: boolean, newStringValue?: string, newType?: ApplicationAttributeType, mandatoriness?: ApplicationAttributeMandatoriness)
|
|||||||||||||||||||||||||||
|
Parameters :
|
| Public defaultValue |
Type : UpdateApplicationAttributeRequest
|
| Public id |
Type : number
|
| Public mandatoriness |
Type : ApplicationAttributeMandatoriness
|
| Public newBoolValue |
Type : boolean
|
| Public newLongValue |
Type : number
|
| Public newMLValue |
Type : EditMLValueRequest
|
| Public newStringValue |
Type : string
|
| Public newType |
Type : ApplicationAttributeType
|
| Public operation |
Type : EditApplicationPropertyAttributeType
|