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

Afficher le fichier Open project: joeaudette/cloudscribe

Private Properties

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

Méthodes publiques

Méthode Description
ToEntity ( this client ) : Entities.IdentityServer4.Models.Client
ToModel ( this client ) : IdentityServer4.Models.Client

Private Methods

Méthode Description
ClientMappers ( ) : System.Linq

Method Details

ToEntity() public static méthode

public static ToEntity ( this client ) : Entities.IdentityServer4.Models.Client
client this
Résultat Entities.IdentityServer4.Models.Client

ToModel() public static méthode

public static ToModel ( this client ) : IdentityServer4.Models.Client
client this
Résultat IdentityServer4.Models.Client