Skip to main content

DeferredField

  • Namespace: PPDS.Migration.Models
  • Assembly: PPDS.Migration
  • Kind: Class

Summary

Represents a field that must be deferred during initial import.

Members

Properties

EntityLogicalName

string EntityLogicalName { get; set; }

Gets or sets the entity containing the deferred field.

FieldLogicalName

string FieldLogicalName { get; set; }

Gets or sets the field logical name.

TargetEntity

string TargetEntity { get; set; }

Gets or sets the target entity for the lookup.