ListItem Class

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

SystemObject
  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

[DataContractAttribute]
public sealed class ListItem

The ListItem type exposes the following members.

Constructors

  NameDescription
Public methodListItem
Initializes a new instance of the ListItem class
Top
Properties

  NameDescription
Public propertydc
Gets or Sets the data for the Display column - "dc"
Public propertyhc
Gets or Sets the data for the host column - "hc"
Public propertyItem
Gets or Sets the value of a column in the list item, by specifying the column name
Top
Methods

  NameDescription
Public methodEquals
Compares two ListItem objects using the Host Column value
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Retrieves the Hash code for the Host column
(Overrides ObjectGetHashCode.)
Top
Extension Methods

  NameDescription
Public Extension MethodGetT
Get the value for the property
(Defined by ExtensionHelper.)
Public Extension MethodGetAttributeNames
Get a list with all property names available on this object
(Defined by ExtensionHelper.)
Public Extension MethodSetT
Set the value for a property to the new value
(Defined by ExtensionHelper.)
Top
See Also

Reference