C# Класс cloudscribe.Core.IdentityServer.NoDb.ScopeCommands

Наследование: IScopeCommands
Показать файл Открыть проект

Открытые методы

Метод Описание
CreateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task
DeleteScope ( string siteId, string scopeName, CancellationToken cancellationToken = default(CancellationToken) ) : Task
ScopeCommands ( IBasicCommands commands ) : cloudscribe.Core.IdentityServerIntegration.Storage
UpdateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Описание методов

CreateScope() публичный Метод

public CreateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task
siteId string
scope Scope
cancellationToken System.Threading.CancellationToken
Результат Task

DeleteScope() публичный Метод

public DeleteScope ( string siteId, string scopeName, CancellationToken cancellationToken = default(CancellationToken) ) : Task
siteId string
scopeName string
cancellationToken System.Threading.CancellationToken
Результат Task

ScopeCommands() публичный Метод

public ScopeCommands ( IBasicCommands commands ) : cloudscribe.Core.IdentityServerIntegration.Storage
commands IBasicCommands
Результат cloudscribe.Core.IdentityServerIntegration.Storage

UpdateScope() публичный Метод

public UpdateScope ( string siteId, Scope scope, CancellationToken cancellationToken = default(CancellationToken) ) : Task
siteId string
scope Scope
cancellationToken System.Threading.CancellationToken
Результат Task