projects/m2-core/src/lib/core/service/data/requests/constraint/EditConstraintRequest.ts
Properties |
|
constructor(elemId: number, operation?: EditConstraintAttributeType, newMLValue?: EditMLValueRequest, newValueLng?: number, newValueBool?: boolean, newType?: ConstraintType, formulaRuleData?: FormulaRuleData)
|
||||||||||||||||||||||||
|
Parameters :
|
| Public elemId |
Type : number
|
| Public formulaRuleData |
Type : FormulaRuleData
|
| Public newMLValue |
Type : EditMLValueRequest
|
| Public newType |
Type : ConstraintType
|
| Public newValueBool |
Type : boolean
|
| Public newValueLng |
Type : number
|
| Public newValueStr |
Type : string
|
| Public operation |
Type : EditConstraintAttributeType
|
| Public valueBytes |
Type : string
|