Table of Contents

Class ModelCommandLogActionProviderBase<TModel>

Namespace
Dynamicweb.CoreUI.Screens.Utilities
Assembly
Dynamicweb.CoreUI.dll
public abstract class ModelCommandLogActionProviderBase<TModel> : CommandLogActionProviderBase where TModel : DataViewModelBase

Type Parameters

TModel
Inheritance
ModelCommandLogActionProviderBase<TModel>
Inherited Members

Methods

GetNavigateAction(string)

public abstract NavigateScreenAction GetNavigateAction(string modelIdentifier)

Parameters

modelIdentifier string

Returns

NavigateScreenAction

GetNavigateAction(string, Type)

public override sealed NavigateScreenAction GetNavigateAction(string modelIdentifier, Type modelType)

Parameters

modelIdentifier string
modelType Type

Returns

NavigateScreenAction
To top