ILookup¶
- class ILookup¶
Bases:
ImpactCOMWrapperBase- Description:
Represents the primary key and a column value from an Impact database table
- Remarks:
Introduced in Impact 6.3.0.3
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property display_member¶
Gets display_member.
- Description:
Gets the value of the display column.
- Returns:
The value of display_member.
- Return type:
display_member (any)
- property is_active¶
Gets is_active.
- Description:
Indicates whether the value is active.
- Remarks:
In certain situations, you may wish to get all rows and decide for yourself which to include from the ILookups collection, without using the automatic exclusion of inactive rows. For example, ILookupParameters.respect_active_flags may be used to override the exclusion. Introduced in Impact 11.0.0.51
- Returns:
The value of is_active.
- Return type:
is_active (bool)
- property value_member¶
Gets value_member.
- Description:
Gets the value member (usually the primary key of the table).
- Returns:
The value of value_member.
- Return type:
value_member (any)