Show / Hide Table of Contents

Class MixPostService

Inheritance
System.Object
MixPostService
Namespace: Mix.Lib.Services
Assembly: mix.library.dll
Syntax
public class MixPostService : IDisposable

Constructors

| Improve this Doc View Source

MixPostService(UnitOfWorkInfo<MixCmsContext>)

Declaration
public MixPostService(UnitOfWorkInfo<MixCmsContext> cmsUOW)
Parameters
Type Name Description
UnitOfWorkInfo<MixCmsContext> cmsUOW

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Search<TView>(SearchPostQueryModel, String)

Declaration
public Task<PagingResponseModel<TView>> Search<TView>(SearchPostQueryModel searchRequest, string culture = null)

    where TView : ViewModelBase<MixCmsContext, MixPostContent, int, TView>
Parameters
Type Name Description
SearchPostQueryModel searchRequest
System.String culture
Returns
Type Description
Task<PagingResponseModel<TView>>
Type Parameters
Name Description
TView
| Improve this Doc View Source

SetUnitOfWork(UnitOfWorkInfo)

Declaration
public void SetUnitOfWork(UnitOfWorkInfo uow)
Parameters
Type Name Description
UnitOfWorkInfo uow
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾