Skip to main content

ActivityPointerHandler

  • Namespace: PPDS.Migration.Import.Handlers
  • Assembly: PPDS.Migration
  • Kind: Class
  • Implements: IRecordFilter

Summary

Filters activitypointer base type records — always skipped because concrete activity types (email, task, etc.) are imported directly.

Members

Methods

CanHandle

bool CanHandle(string entityLogicalName)

Determines whether this filter applies to the given entity.

  • Param entityLogicalName: The entity logical name.

  • Returns: True if this filter handles the entity.

ShouldSkip

bool ShouldSkip(Entity record, ImportContext context)

Determines whether the given record should be skipped during import.

  • Param record: The record to evaluate.

  • Param context: The import context.

  • Returns: True if the record should be skipped.