CR
LinkComparisonRow
The implementation of ComparisonRow, which is used for linking entities.
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
EnableNoneSelectionNonexistent in DB | bool? | - | ||
Description:Specifies (if set to true) that this row allows Selection to have the ComparisonSelection.None value. The value of this field is set during the ComparisonRow creation in CompareEntitiesExt{TGraph,TMain,TComparisonRow} or in it's child classes. | ||||
FieldDisplayNameNonexistent in DB | string | Field | - | |
Description:The display name of the FieldName field of IBqlTable. The value of this field corresponds to PXFieldState.DisplayName for FieldName. | ||||
FieldNameNonexistent in DB | string | Field | - | |
Description:The name of the field of IBqlTable. The value of this field corresponds to nameof of the field property. | ||||
HiddenNonexistent in DB | bool? | - | ||
Description:Specifies (if set to true) that this row is used in processing but should not be displayed in the UI. | ||||
ItemTypeNonexistent in DB | string | Item Type | - | |
Description:The type of IBqlTable. The value of this field corresponds to Type.FullName of the related IBqlTable type. | ||||
LeftHashCodeNonexistent in DB | int? | - | ||
Description:The hash code (PXCache.GetObjectHashCode) of the left IBqlTable. | ||||
LeftValueNonexistent in DB | string | - | ||
Description:The value of the FieldName field of the left IBqlTable. The internal value of the field. | ||||
LeftValueSelectedNonexistent in DB | bool? | - | ||
Description:Specifies (if set to true) that the left IBqlTable's field value should be used. Returns true if Selection is set to ComparisonSelection.Left and false otherwise. The behavior of the set accessor depends on EnableNoneSelection. | ||||
LeftValue_descriptionNonexistent in DB | string | - | ||
Description:The display name for the FieldName field if it is a selector (see PXSelectorAttribute) for the left IBqlTable. Do not use directly. The property is for internal use only. | ||||
OrderNonexistent in DB | int? | - | ||
Description:The order of the current row in the view. | ||||
RightHashCodeNonexistent in DB | int? | - | ||
Description:The hash code (PXCache.GetObjectHashCode) of the right IBqlTable. | ||||
RightValueNonexistent in DB | string | - | ||
Description:The value of the FieldName field of the right IBqlTable. The internal value of the field. | ||||
RightValueSelectedNonexistent in DB | bool? | - | ||
Description:Specifies (if set to true) that the right IBqlTable's field value should be used. Returns true if Selection is set to ComparisonSelection.Right and false otherwise. The behavior of the set accessor depends on EnableNoneSelection. | ||||
RightValue_descriptionNonexistent in DB | string | - | ||
Description:The display name for the FieldName field if it is a selector (see PXSelectorAttribute) for the right IBqlTable. Do not use directly. The property is for internal use only. | ||||
SelectionRawNonexistent in DB | int? | - | ||
Description:The raw (int) version of Selection. Use the Selection field in code unless you need it in attributes. | ||||