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

Exibir arquivo Open project: joeaudette/cloudscribe

Private Properties

Property Type Description
PersistedGrantMappers AutoMapper

Public Methods

Method Description
ToEntity ( this token ) : Entities.PersistedGrant
ToModel ( this token ) : PersistedGrant
UpdateEntity ( this token, Entities target ) : void

Private Methods

Method Description
PersistedGrantMappers ( ) : AutoMapper

Method Details

ToEntity() public static method

public static ToEntity ( this token ) : Entities.PersistedGrant
token this
return Entities.PersistedGrant

ToModel() public static method

public static ToModel ( this token ) : PersistedGrant
token this
return PersistedGrant

UpdateEntity() public static method

public static UpdateEntity ( this token, Entities target ) : void
token this
target Entities
return void