Skip to main content

Class ListItemEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for ListItemEntity. The list item entity contains generic list item information

Inheritance

objectCarrierListItemEntity

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

ListItemEntity()

Default constructor - defaults any enum props to 0.

Properties

Deleted

True if the list item is marked as deleted

Property Value

bool

Id

The identity of the list item

Property Value

int

Name

The name of the list item

Property Value

string

Rank

The rank of the list item

Property Value

int

Tooltip

The tooltip of the list item

Property Value

string

UdListDefinitionId

The id of the list which this list item belongs to

Property Value

int

See Also

ListAgent