projects/m2-core/src/lib/model/callback/internal/replication/ReplicaMappingChangesMessage.ts
Properties |
|
Methods |
|
constructor(createdMappings?: ExportRestrictionInfo[], editedMappings?: ExportRestrictionInfo[], deletedMappings?: ExportRestrictionInfo[])
|
||||||||||||
|
Parameters :
|
| Public Optional createdMappings |
Type : ExportRestrictionInfo[]
|
| Public Optional deletedMappings |
Type : ExportRestrictionInfo[]
|
| Public Optional editedMappings |
Type : ExportRestrictionInfo[]
|
| Public newActiveSystemId |
Type : number
|
| Public type |
Type : CallbackMessageType
|
Default value : 'ReplicaMappingChangesMessage'
|
| Public origin |
Default value : -1
|
| Static getMsgType | ||||||
getMsgType(msg: CallbackMessage)
|
||||||
|
Parameters :
Returns :
CallbackMessageType
|
| Static isServerSideMsg | ||||||
isServerSideMsg(msg: CallbackMessage)
|
||||||
|
Parameters :
Returns :
boolean
|