CR
ComparisonRow
PX.Objects.CR.Extensions.SideBySideComparison13 of 13 fields
| Field Name | Type | Display Name | Foreign Key | |
|---|---|---|---|---|
FieldNameNonexistent in DB | nvarchar(MAX) | Field | - | |
Description:The name of the field of IBqlTable. The value of this field corresponds to of the field property. | ||||
ItemTypeNonexistent in DB | nvarchar(MAX) | 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. | ||||
RightHashCodeNonexistent in DB | int | - | ||
Description:The hash code (PXCache.GetObjectHashCode) of the right IBqlTable. | ||||
EnableNoneSelectionNonexistent in DB | bit | - | ||
Description:Specifies (if set to ) 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 | nvarchar(MAX) | Field | - | |
Description:The display name of the FieldName field of IBqlTable. The value of this field corresponds to PXFieldState.DisplayName for FieldName. | ||||
HiddenNonexistent in DB | bit | - | ||
Description:Specifies (if set to ) that this row is used in processing but should not be displayed in the UI. | ||||
LeftValueNonexistent in DB | nvarchar(MAX) | - | ||
Description:The value of the FieldName field of the left IBqlTable. The internal value of the field. | ||||
LeftValueSelectedNonexistent in DB | bit | - | ||
Description:Specifies (if set to ) that the left IBqlTable's field value should be used. Returns if Selection is set to ComparisonSelection.Left and otherwise. The behavior of the set accessor depends on EnableNoneSelection. | ||||
OrderNonexistent in DB | int | - | ||
Description:The order of the current row in the view. | ||||
RightValueNonexistent in DB | nvarchar(MAX) | - | ||
Description:The value of the FieldName field of the right IBqlTable. The internal value of the field. | ||||
RightValueSelectedNonexistent in DB | bit | - | ||
Description:Specifies (if set to ) that the right IBqlTable's field value should be used. Returns if Selection is set to ComparisonSelection.Right and otherwise. The behavior of the set accessor depends on EnableNoneSelection. | ||||
SelectionRawNonexistent in DB | int | - | ||
Description:The raw (int) version of Selection. Use the Selection field in code unless you need it in attributes. | ||||