C# 클래스 ToSic.SexyContent.DataSources.App

상속: Eav.DataSources.App, IAppData
파일 보기 프로젝트 열기: 2sic/2sxc

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