Skip to main content

FieldValidity

  • Namespace: PPDS.Migration.Import
  • Assembly: PPDS.Migration
  • Kind: Struct
  • Implements: IEquatable<FieldValidity>

Summary

Represents the create/update validity of a field in the target environment.

Members

Constructors

FieldValidity(bool IsValidForCreate, bool IsValidForUpdate)

FieldValidity(bool IsValidForCreate, bool IsValidForUpdate)

Represents the create/update validity of a field in the target environment.

  • Param IsValidForCreate: Whether the field can be set during create operations.

  • Param IsValidForUpdate: Whether the field can be set during update operations.

Properties

IsValidForCreate

bool IsValidForCreate { get; set; }

Whether the field can be set during create operations.

IsValidForUpdate

bool IsValidForUpdate { get; set; }

Whether the field can be set during update operations.