Show / Hide Table of Contents

Class SettingsController

Inheritance
System.Object
ChatController
SettingsController
Implements
ISettingsAppService
IApplicationService
Namespace: Volo.Chat.Settings
Assembly: Volo.Chat.HttpApi.dll
Syntax
public class SettingsController : ChatController, ISettingsAppService, IApplicationService

Constructors

SettingsController(ISettingsAppService)

Declaration
public SettingsController(ISettingsAppService settingAppService)
Parameters
Type Name Description
ISettingsAppService settingAppService

Methods

SetSendOnEnterSettingAsync(SendOnEnterSettingDto)

Declaration
public Task SetSendOnEnterSettingAsync(SendOnEnterSettingDto input)
Parameters
Type Name Description
SendOnEnterSettingDto input
Returns
Type Description
System.Threading.Tasks.Task

Implements

ISettingsAppService
IApplicationService
Back to top Powered by Volosoft