Skip to main content

UpdateColumnRequest

  • Namespace: PPDS.Dataverse.Metadata.Authoring
  • Assembly: PPDS.Dataverse
  • Kind: Class

Summary

Request to update an existing column (attribute) on a Dataverse table.

Members

Properties

AutoNumberFormat

string AutoNumberFormat { get; set; }

Gets or sets the updated auto-number format string.

ColumnLogicalName

string ColumnLogicalName { get; set; }

Gets or sets the logical name of the column to update.

Description

string Description { get; set; }

Gets or sets the updated description.

DisplayName

string DisplayName { get; set; }

Gets or sets the updated display name.

DryRun

bool DryRun { get; set; }

Gets or sets whether this is a dry-run (validation only, no changes persisted).

EntityLogicalName

string EntityLogicalName { get; set; }

Gets or sets the logical name of the entity containing the column.

Format

string Format { get; set; }

Gets or sets the updated format.

IsAuditEnabled

Nullable<bool> IsAuditEnabled { get; set; }

Gets or sets whether auditing is enabled for the column.

IsSecured

Nullable<bool> IsSecured { get; set; }

Gets or sets whether the column is secured (field-level security).

IsValidForAdvancedFind

Nullable<bool> IsValidForAdvancedFind { get; set; }

Gets or sets whether the column is valid for Advanced Find.

MaxLength

Nullable<int> MaxLength { get; set; }

Gets or sets the updated maximum length.

MaxValue

Nullable<double> MaxValue { get; set; }

Gets or sets the updated maximum value.

MinValue

Nullable<double> MinValue { get; set; }

Gets or sets the updated minimum value.

Precision

Nullable<int> Precision { get; set; }

Gets or sets the updated precision.

RequiredLevel

string RequiredLevel { get; set; }

Gets or sets the updated requirement level.

SolutionUniqueName

string SolutionUniqueName { get; set; }

Gets or sets the unique name of the solution containing the table.