Table of Contents

Class DataViewModelBase

Namespace
Dynamicweb.CoreUI.Data
Assembly
Dynamicweb.CoreUI.dll
public abstract class DataViewModelBase
Inheritance
DataViewModelBase
Derived
Inherited Members

Constructors

DataViewModelBase()

protected DataViewModelBase()

Properties

PermissionLevelCurrentUser

Level of permission which user has to the model

public PermissionLevel? PermissionLevelCurrentUser { get; set; }

Property Value

PermissionLevel?

Remarks

Used only to build UI: to not show edit button if no Edit permission, to not show create option when no Create permission, e.t.c Every command must additionally checks permissions by itself.

To top