Class ListItemsCommandBase
- Namespace
- Dynamicweb.CoreUI.Lists
- Assembly
- Dynamicweb.CoreUI.dll
public abstract class ListItemsCommandBase : CommandBase, IProvidesCommandLogContext
- Inheritance
-
ListItemsCommandBase
- Implements
- Derived
- Inherited Members
Properties
CommandLogContext
protected CommandLogContext CommandLogContext { get; }
Property Value
Ids
Gets the ids for list command
public IEnumerable<string> Ids { get; set; }
Property Value
ModelType
Gets the list items model type
protected virtual Type? ModelType { get; }
Property Value
Methods
GetContext()
Gets the CommandLogContext
public virtual CommandLogContext? GetContext()