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
Methods
GetModel()
TModel? GetModel()
Returns
- TModel