The ListBLL type exposes the following members.

Constructors

  Name Description
Protected method ListBLL
Initializes a new instance of the ListBLL class

Methods

  Name Description
Public method CreateNewList
Create new list.
Public method CreateNewListItem
Create new list item.
Public method EnsureListItemLocalization
Ensures that there is a relevant localization for the listitem that is passed as a parameter
Public method EnsureListLocalization
Ensures that all listitems have localizations for the currently active language
Public method GetAllLists()()()()
Retrieves a list of all portal lists on the system
Public method GetAllLists(Boolean)
Retrieves a list of all portal lists on the system
Public method GetItemPrefetchPath
Get prefetch path.
Public method GetList(Guid)
Retrieves a list entity with the specified ID.
Public method GetList(String)
Retrieves a list entity with the specified name.
Public method GetListCollection(Boolean, ISortExpression, Int32, Int32, Int32%)
Retrieves all lists.
Public method GetListCollection(RelationPredicateBucket, ISortExpression, IPrefetchPath2, Int32, Int32, Int32%)
Retrieves all lists.
Public method GetListInitialFilter
Get initial filter.
Public method GetListItemCollection(RelationPredicateBucket, ISortExpression, IPrefetchPath2, Int32, Int32, Int32%)
Retrieves all list items.
Public method GetListItemCollection(Guid, Boolean, ISortExpression, Int32, Int32, Int32%)
Retrieves all list items.
Public method GetListItems(Guid, Int32, Int32, Int32%)
Retrieves a list of list items for a list with the specified ID.
Public method GetListItems(String, Int32, Int32, Int32%)
Retrieves a list of list items for a list with the specified name.
Public method GetListItemSorter
Get sort expression.
Public method GetListSorter
Get sort expression.
Public method GetPrefetchPath
Get prefetch path.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

See Also