C# Class ToSic.SexyContent.DataSources.App

Inheritance: Eav.DataSources.App, IAppData
Afficher le fichier Open project: 2sic/2sxc

Private Properties

Свойство Type Description
DataController ToSic.Eav.Api.Api01.SimpleDataController

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DataController ( string userName = null ) : ToSic.Eav.Api.Api01.SimpleDataController

Get a correctly instantiated instance of the simple data controller.

Method Details

Create() public méthode

public Create ( string contentTypeName, object>.Dictionary values, string userName = null ) : void
contentTypeName string
values object>.Dictionary
userName string
Résultat void

Delete() public méthode

public Delete ( int entityId, string userName = null ) : void
entityId int
userName string
Résultat void

Update() public méthode

public Update ( int entityId, object>.Dictionary values, string userName = null ) : void
entityId int
values object>.Dictionary
userName string
Résultat void