Table of Contents

Interface IIdentifiableModelQuery<TModel>

Namespace
Dynamicweb.CoreUI.Data
Assembly
Dynamicweb.CoreUI.dll
public interface IIdentifiableModelQuery<TModel> where TModel : DataViewModelBase

Type Parameters

TModel

Properties

ModelIdentifier

string ModelIdentifier { get; set; }

Property Value

string

Methods

GetModel()

TModel? GetModel()

Returns

TModel
To top