Show / Hide Table of Contents

Class SettingsAppService

Inheritance
System.Object
ChatAppService
SettingsAppService
Implements
ISettingsAppService
IApplicationService
Namespace: Volo.Chat.Settings
Assembly: Volo.Chat.Application.dll
Syntax
public class SettingsAppService : ChatAppService, ISettingsAppService, IApplicationService

Constructors

SettingsAppService(ISettingManager)

Declaration
public SettingsAppService(ISettingManager settingManager)
Parameters
Type Name Description
ISettingManager settingManager

Properties

SettingManager

Declaration
protected ISettingManager SettingManager { get; }
Property Value
Type Description
ISettingManager

Methods

SetSendOnEnterSettingAsync(SendOnEnterSettingDto)

Declaration
public Task SetSendOnEnterSettingAsync(SendOnEnterSettingDto input)
Parameters
Type Name Description
SendOnEnterSettingDto input
Returns
Type Description
Task

Implements

ISettingsAppService
IApplicationService
Back to top Powered by Volosoft