BoolMetadata
Metadata for a Dataverse boolean (yes/no) column.
BoolMetadata Class
Properties
Name | Type | Default | Description |
|---|---|---|---|
ColumnName | string | The logical name of the column in Dataverse (e.g. 'firstname', 'emailaddress1'). | |
ColumnType | ColumnType | Boolean | Returns Boolean. |
Description | string? | The localized description of the column, or null if no description is configured. | |
DisplayName | string | The localized display name of the column as configured in Dataverse. | |
IsValidForCreate | bool | False | Indicates whether this column can be set when creating a new record. |
IsValidForUpdate | bool | False | Indicates whether this column can be modified when updating an existing record. |
RequiredLevel | RequiredLevel | None | The required level of the column (None, SystemRequired, ApplicationRequired, or Recommended). |
Name:
ColumnNameType:
string
Description:
The logical name of the column in Dataverse (e.g. 'firstname', 'emailaddress1').
Name:
ColumnTypeType:
ColumnType
Default:
Boolean
Description:
Returns Boolean.
Name:
DescriptionType:
string?
Description:
The localized description of the column, or null if no description is configured.
Name:
DisplayNameType:
string
Description:
The localized display name of the column as configured in Dataverse.
Name:
IsValidForCreateType:
bool
Default:
False
Description:
Indicates whether this column can be set when creating a new record.
Name:
IsValidForUpdateType:
bool
Default:
False
Description:
Indicates whether this column can be modified when updating an existing record.
Name:
RequiredLevelType:
RequiredLevel
Default:
None
Description:
The required level of the column (None, SystemRequired, ApplicationRequired, or Recommended).
