Class ApiScopePropertyToApiScopePropertyDtoMapper
Inheritance
ApiScopePropertyToApiScopePropertyDtoMapper
Inherited Members
Namespace: Volo.Abp.IdentityServer
Assembly: Volo.Abp.IdentityServer.Application.dll
Syntax
public class ApiScopePropertyToApiScopePropertyDtoMapper : MapperBase<ApiScopeProperty, ApiScopePropertyDto>, IAbpMapperlyMapper<ApiScopeProperty, ApiScopePropertyDto>, ITransientDependency
Constructors
ApiScopePropertyToApiScopePropertyDtoMapper()
Declaration
public ApiScopePropertyToApiScopePropertyDtoMapper()
Methods
Map(ApiScopeProperty)
Declaration
public override ApiScopePropertyDto Map(ApiScopeProperty source)
Parameters
| Type | Name | Description |
|---|---|---|
| ApiScopeProperty | source |
Returns
| Type | Description |
|---|---|
| ApiScopePropertyDto |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Abp.IdentityServer.ApiScopes.ApiScopeProperty, Volo.Abp.IdentityServer.ApiScope.Dtos.ApiScopePropertyDto>.Map(Volo.Abp.IdentityServer.ApiScopes.ApiScopeProperty)
Map(ApiScopeProperty, ApiScopePropertyDto)
Declaration
public override void Map(ApiScopeProperty source, ApiScopePropertyDto destination)
Parameters
| Type | Name | Description |
|---|---|---|
| ApiScopeProperty | source | |
| ApiScopePropertyDto | destination |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.Abp.IdentityServer.ApiScopes.ApiScopeProperty, Volo.Abp.IdentityServer.ApiScope.Dtos.ApiScopePropertyDto>.Map(Volo.Abp.IdentityServer.ApiScopes.ApiScopeProperty, Volo.Abp.IdentityServer.ApiScope.Dtos.ApiScopePropertyDto)