Table of Contents

Class PartialUpdateCommandBase<TModel, TDomainModel, TListModel, TKey>

Namespace
Dynamicweb.CoreUI.Data
Assembly
Dynamicweb.CoreUI.dll
public abstract class PartialUpdateCommandBase<TModel, TDomainModel, TListModel, TKey> : CommandBase<Collection<TModel>> where TModel : DataViewModelBase, IIdentifiable where TListModel : DataListViewModel<TModel>

Type Parameters

TModel
TDomainModel
TListModel
TKey
Inheritance
PartialUpdateCommandBase<TModel, TDomainModel, TListModel, TKey>
Derived
Inherited Members

Properties

Query

public abstract DataQueryListByModelIdentifiersBase<TModel, TDomainModel, TListModel, TKey> Query { get; set; }

Property Value

DataQueryListByModelIdentifiersBase<TModel, TDomainModel, TListModel, TKey>
To top