C# Class ToSic.SexyContent.DataSources.App

Inheritance: Eav.DataSources.App, IAppData
Mostrar archivo Open project: 2sic/2sxc

Private Properties

Property Type Description
DataController ToSic.Eav.Api.Api01.SimpleDataController

Public Methods

Method 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

Method Description
DataController ( string userName = null ) : ToSic.Eav.Api.Api01.SimpleDataController

Get a correctly instantiated instance of the simple data controller.

Method Details

Create() public method

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

Delete() public method

public Delete ( int entityId, string userName = null ) : void
entityId int
userName string
return void

Update() public method

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