projects/m2-core/src/lib/core/service/data/requests/declaration/EditAttributeDeclarationRequest.ts
Properties |
|
constructor(elemId: number, valueType?: EditAttributeDeclarationAttributeType, newMLValue?: EditMLValueRequest)
|
||||||||||||
|
Parameters :
|
| Public elemId |
Type : number
|
| Public Optional formulaRuleData |
Type : FormulaRuleData
|
| Public metaProperty |
Type : MetaProperty
|
| Public Optional newMLValue |
Type : EditMLValueRequest
|
| Public Optional newValueBool |
Type : boolean
|
| Public Optional newValueLng |
Type : number
|
| Public Optional newValueStr |
Type : string
|
| Public valueType |
Type : EditAttributeDeclarationAttributeType
|