C# 클래스 cloudscribe.Core.IdentityServer.EFCore.Mappers.PersistedGrantMappers

파일 보기 프로젝트 열기: joeaudette/cloudscribe

Private Properties

프로퍼티 타입 설명
PersistedGrantMappers AutoMapper

공개 메소드들

메소드 설명
ToEntity ( this token ) : Entities.PersistedGrant
ToModel ( this token ) : PersistedGrant
UpdateEntity ( this token, Entities target ) : void

비공개 메소드들

메소드 설명
PersistedGrantMappers ( ) : AutoMapper

메소드 상세

ToEntity() 공개 정적인 메소드

public static ToEntity ( this token ) : Entities.PersistedGrant
token this
리턴 Entities.PersistedGrant

ToModel() 공개 정적인 메소드

public static ToModel ( this token ) : PersistedGrant
token this
리턴 PersistedGrant

UpdateEntity() 공개 정적인 메소드

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