Table of Contents

Class SortListViewModel

Namespace
Dynamicweb.CoreUI.Data.SortList
Assembly
Dynamicweb.CoreUI.dll
public sealed class SortListViewModel : DataViewModelBase
Inheritance
SortListViewModel
Inherited Members

Constructors

SortListViewModel()

public SortListViewModel()

SortListViewModel(CommandBase<SortListViewModel>)

public SortListViewModel(CommandBase<SortListViewModel> saveCommand)

Parameters

saveCommand CommandBase<SortListViewModel>

Properties

OnCloseNavigateAction

public NavigateScreenAction? OnCloseNavigateAction { get; set; }

Property Value

NavigateScreenAction

OnSaveTreePath

public string? OnSaveTreePath { get; set; }

Property Value

string

Options

public IEnumerable<ListBase.ListOption> Options { get; set; }

Property Value

IEnumerable<ListBase.ListOption>

OrderedIds

public List<string> OrderedIds { get; set; }

Property Value

List<string>

SaveCommand

public CommandBase<SortListViewModel>? SaveCommand { get; set; }

Property Value

CommandBase<SortListViewModel>

SaveCommandType

public Type? SaveCommandType { get; set; }

Property Value

Type

Title

public string? Title { get; set; }

Property Value

string

UpdateTreeAfterSave

public bool UpdateTreeAfterSave { get; set; }

Property Value

bool
To top