Table of Contents

Class ContentVersionToContentVersionDtoExtentions

Namespace
Biwen.QuickApi.Contents.Domain
Assembly
Biwen.QuickApi.Contents.dll
public static class ContentVersionToContentVersionDtoExtentions
Inheritance
ContentVersionToContentVersionDtoExtentions
Inherited Members

Methods

MapperToContentVersionDto(ContentVersion)

public static ContentVersionDto MapperToContentVersionDto(this ContentVersion model)

Parameters

model ContentVersion

Returns

ContentVersionDto

ProjectToContentVersionDto(IQueryable<ContentVersion>)

public static IQueryable<ContentVersionDto> ProjectToContentVersionDto(this IQueryable<ContentVersion> query)

Parameters

query IQueryable<ContentVersion>

Returns

IQueryable<ContentVersionDto>