Class ClientCreateModalViewToCreateClientDtoMapper
Inheritance
ClientCreateModalViewToCreateClientDtoMapper
Assembly: Volo.Abp.IdentityServer.Web.dll
Syntax
[MapExtraProperties]
public class ClientCreateModalViewToCreateClientDtoMapper : MapperBase<ClientCreateModalView, CreateClientDto>, IAbpMapperlyMapper<ClientCreateModalView, CreateClientDto>, ITransientDependency
Constructors
ClientCreateModalViewToCreateClientDtoMapper()
Declaration
public ClientCreateModalViewToCreateClientDtoMapper()
Methods
Map(ClientCreateModalView)
Declaration
public override CreateClientDto Map(ClientCreateModalView source)
Parameters
Returns
Overrides
Map(ClientCreateModalView, CreateClientDto)
Declaration
public override void Map(ClientCreateModalView source, CreateClientDto destination)
Parameters
Overrides
Implements
Extension Methods