Skip to main content

UserMapping

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

Summary

Represents a mapping from a source user to a target user.

Members

Properties

SourceUserId

Guid SourceUserId { get; set; }

Gets or sets the source user ID.

SourceUserName

string SourceUserName { get; set; }

Gets or sets the source user name (for reference/display).

TargetUserId

Guid TargetUserId { get; set; }

Gets or sets the target user ID.

TargetUserName

string TargetUserName { get; set; }

Gets or sets the target user name (for reference/display).