projects/m2-core/src/lib/core/service/data/requests/hierarchy/EditClassifiableElementRequest.ts
Properties |
|
constructor(elemId: number, valueType: EditClassifiableAttributeType, newValue?: string, newArrayValue?: string, status?: ItemStatus, metaClass?: MetaClass)
|
|||||||||||||||||||||
|
Parameters :
|
| Public elemId |
Type : number
|
| Public Optional formulaRuleData |
Type : FormulaRuleData
|
| Public Optional metaClass |
Type : MetaClass
|
| Public Optional newArrayValue |
Type : string
|
| Public Optional newValue |
Type : string
|
| Public Optional status |
Type : ItemStatus
|
| Public valueType |
Type : EditClassifiableAttributeType
|