Nucleus .Net Core CMS

Models.ListItem Class

Namespace: Nucleus.Abstractions.Models
Assembly: Nucleus.Abstractions.dll
Represents a general-use list of items.

Properties

Id Property

Unique record identifier.

Name Property

Item Name

Value Property

List item value
Remarks
The site to which the list belongs. A null value represents a instance-wide list.

Methods

CompareTo (Object) Method

CompareTo (Object other)
Compare one list item to another.
Parameters
Name Type
other Object
Remarks
This method implements the IComparable interface and is used for sorting.

ToString

ToString ()
Return the list item value.