C# Класс ToSic.SexyContent.DataSources.App

Наследование: Eav.DataSources.App, IAppData
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
DataController ToSic.Eav.Api.Api01.SimpleDataController

Открытые методы

Метод Описание
Create ( string contentTypeName, object>.Dictionary values, string userName = null ) : void
Delete ( int entityId, string userName = null ) : void
Update ( int entityId, object>.Dictionary values, string userName = null ) : void

Приватные методы

Метод Описание
DataController ( string userName = null ) : ToSic.Eav.Api.Api01.SimpleDataController

Get a correctly instantiated instance of the simple data controller.

Описание методов

Create() публичный Метод

public Create ( string contentTypeName, object>.Dictionary values, string userName = null ) : void
contentTypeName string
values object>.Dictionary
userName string
Результат void

Delete() публичный Метод

public Delete ( int entityId, string userName = null ) : void
entityId int
userName string
Результат void

Update() публичный Метод

public Update ( int entityId, object>.Dictionary values, string userName = null ) : void
entityId int
values object>.Dictionary
userName string
Результат void