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

Afficher le fichier Open project: joeaudette/cloudscribe

Private Properties

Свойство Type Description
ScopeMappers System.Linq

Méthodes publiques

Méthode Description
ToEntity ( this scope ) : Entities.IdentityServer4.Models.Scope
ToModel ( this scope ) : IdentityServer4.Models.Scope

Private Methods

Méthode Description
ScopeMappers ( ) : System.Linq

Method Details

ToEntity() public static méthode

public static ToEntity ( this scope ) : Entities.IdentityServer4.Models.Scope
scope this
Résultat Entities.IdentityServer4.Models.Scope

ToModel() public static méthode

public static ToModel ( this scope ) : IdentityServer4.Models.Scope
scope this
Résultat IdentityServer4.Models.Scope