projects/m2-core/src/lib/core/service/replication/requests/EditExchangeClassRequest.ts
Properties |
|
constructor(id: number, operation: EditExchangeClassAttributeType, stringValue?: string, longValue?: number, statusValue?: ReplicaStatus, builderValue?: ExchangeObjectBuilder, formulaRuleData?: FormulaRuleData, boolValue?: boolean)
|
|||||||||||||||||||||||||||
|
Parameters :
|
| Public boolValue |
Type : boolean
|
| Public builderValue |
Type : ExchangeObjectBuilder
|
| Public formulaRuleData |
Type : FormulaRuleData
|
| Public id |
Type : number
|
| Public itemKeyAction |
Type : ItemKeyAction
|
| Public longValue |
Type : number
|
| Public operation |
Type : EditExchangeClassAttributeType
|
| Public statusValue |
Type : ReplicaStatus
|
| Public stringValue |
Type : string
|