Class ShortenedUrlToPollWithDetailsDtoMapper
Inheritance
ShortenedUrlToPollWithDetailsDtoMapper
Inherited Members
Namespace: Volo.CmsKit
Assembly: Volo.CmsKit.Pro.Public.Application.dll
Syntax
public class ShortenedUrlToPollWithDetailsDtoMapper : MapperBase<ShortenedUrl, ShortenedUrlCacheItem>, IAbpMapperlyMapper<ShortenedUrl, ShortenedUrlCacheItem>, ITransientDependency
Constructors
ShortenedUrlToPollWithDetailsDtoMapper()
Declaration
public ShortenedUrlToPollWithDetailsDtoMapper()
Methods
Map(ShortenedUrl)
Declaration
public override ShortenedUrlCacheItem Map(ShortenedUrl source)
Parameters
| Type | Name | Description |
|---|---|---|
| ShortenedUrl | source |
Returns
| Type | Description |
|---|---|
| ShortenedUrlCacheItem |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.CmsKit.UrlShorting.ShortenedUrl, Volo.CmsKit.UrlShorting.ShortenedUrlCacheItem>.Map(Volo.CmsKit.UrlShorting.ShortenedUrl)
Map(ShortenedUrl, ShortenedUrlCacheItem)
Declaration
public override void Map(ShortenedUrl source, ShortenedUrlCacheItem destination)
Parameters
| Type | Name | Description |
|---|---|---|
| ShortenedUrl | source | |
| ShortenedUrlCacheItem | destination |
Overrides
Volo.Abp.Mapperly.MapperBase<Volo.CmsKit.UrlShorting.ShortenedUrl, Volo.CmsKit.UrlShorting.ShortenedUrlCacheItem>.Map(Volo.CmsKit.UrlShorting.ShortenedUrl, Volo.CmsKit.UrlShorting.ShortenedUrlCacheItem)