projects/m2-core/src/lib/core/service/replication/requests/CreateExchangePropertyRequest.ts
Properties |
|
constructor(exchangeClassId: number, parentPropertyUid?: string, sourcePropertyId?: number, formulaRuleData?: FormulaRuleData, placePropertyUid?: string, placeAfter?: boolean)
|
| Public exchangeClassId |
Type : number
|
| Public Optional formulaRuleData |
Type : FormulaRuleData
|
| Public isForImport |
Type : boolean
|
| Public Optional parentPropertyUid |
Type : string
|
| Public Optional placeAfter |
Type : boolean
|
| Public Optional placeTarget |
Type : string
|
| Public propertyType |
Type : ExchangePropertyType
|
| Public Optional sourcePropertyId |
Type : number
|