BusinessUnitHandler
- Namespace:
PPDS.Migration.Import.Handlers - Assembly:
PPDS.Migration - Kind: Class
- Implements:
IRecordTransformer
Summary
Transforms business unit records during import. Remaps the root business unit to the target environment's root BU.
Members
Methods
CanHandle
bool CanHandle(string entityLogicalName)
Determines whether this transformer applies to the given entity.
-
Param
entityLogicalName: The entity logical name. -
Returns: True if this transformer handles the entity.
Transform
Entity Transform(Entity record, ImportContext context)
Transforms a record before import.
-
Param
record: The record to transform. -
Param
context: The import context. -
Returns: The transformed record.