Table of Contents

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

CommandLogContext

Ids

Gets the ids for list command

public IEnumerable<string> Ids { get; set; }

Property Value

IEnumerable<string>

ModelType

Gets the list items model type

protected virtual Type? ModelType { get; }

Property Value

Type

Methods

GetContext()

public virtual CommandLogContext? GetContext()

Returns

CommandLogContext
To top