C# Class IdentityServer3.EntityFramework.Cli.FileRunner.ScopeRunner

ファイルを表示 Open project: findmypast/IdentityServer3.EntityFramework.Cli Class Usage Examples

Public Methods

Method Description
ScopeRunner ( RunContext ctx ) : System

Private Methods

Method Description
Add ( Thinktecture.IdentityServer.Core.Models.Scope scopes ) : void
CreateContext ( ) : Thinktecture.IdentityServer.EntityFramework.ScopeConfigurationDbContext
Remove ( string scopes ) : void
Run ( SectionConfig config ) : void

Method Details

ScopeRunner() public method

public ScopeRunner ( RunContext ctx ) : System
ctx RunContext
return System