The ListItem class defines an item for a list.
The default scenario is for a two column list, but this can be
extended to include more columns.
Inheritance Hierarchy
ABSuite.AccessLayer.Connector.Core.UtilityListItem
Namespace: ABSuite.AccessLayer.Connector.Core.Utility
Assembly: Unisys.ABSuite.AccessLayer.Connector.Core (in Unisys.ABSuite.AccessLayer.Connector.Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The ListItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ListItem | Initializes a new instance of the ListItem class |
Properties
Name | Description | |
---|---|---|
![]() | dc |
Gets or Sets the data for the Display column - "dc"
|
![]() | hc |
Gets or Sets the data for the host column - "hc"
|
![]() | Item |
Gets or Sets the value of a column in the list item, by specifying the column name
|
Methods
Name | Description | |
---|---|---|
![]() | Equals |
Compares two ListItem objects using the Host Column value
(Overrides ObjectEquals(Object).) |
![]() | GetHashCode |
Retrieves the Hash code for the Host column
(Overrides ObjectGetHashCode.) |
Extension Methods
Name | Description | |
---|---|---|
![]() | GetT |
Get the value for the property
(Defined by ExtensionHelper.) |
![]() | GetAttributeNames |
Get a list with all property names available on this object
(Defined by ExtensionHelper.) |
![]() | SetT |
Set the value for a property to the new value
(Defined by ExtensionHelper.) |
See Also