C# Class cloudscribe.Core.IdentityServer.EFCore.Mappers.ScopeMappers

Exibir arquivo Open project: joeaudette/cloudscribe

Private Properties

Property Type Description
ScopeMappers System.Linq

Public Methods

Method Description
ToEntity ( this scope ) : Entities.IdentityServer4.Models.Scope
ToModel ( this scope ) : IdentityServer4.Models.Scope

Private Methods

Method Description
ScopeMappers ( ) : System.Linq

Method Details

ToEntity() public static method

public static ToEntity ( this scope ) : Entities.IdentityServer4.Models.Scope
scope this
return Entities.IdentityServer4.Models.Scope

ToModel() public static method

public static ToModel ( this scope ) : IdentityServer4.Models.Scope
scope this
return IdentityServer4.Models.Scope