Show / Hide Table of Contents

Class MixThemeImportService

Inheritance
System.Object
MixThemeImportService
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Lib.Services
Assembly: mix.library.dll
Syntax
public class MixThemeImportService

Constructors

| Improve this Doc View Source

MixThemeImportService(UnitOfWorkInfo<MixCmsContext>, IHttpContextAccessor, DatabaseService)

Declaration
public MixThemeImportService(UnitOfWorkInfo<MixCmsContext> uow, IHttpContextAccessor httpContext, DatabaseService databaseService)
Parameters
Type Name Description
UnitOfWorkInfo<MixCmsContext> uow
Microsoft.AspNetCore.Http.IHttpContextAccessor httpContext
DatabaseService databaseService

Fields

| Improve this Doc View Source

tenantId

Declaration
public readonly int tenantId
Field Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

DownloadThemeAsync(JObject, IProgress<Int32>, HttpService)

Declaration
public Task DownloadThemeAsync(JObject theme, IProgress<int> progress, HttpService httpService)
Parameters
Type Name Description
JObject theme
IProgress<System.Int32> progress
HttpService httpService
Returns
Type Description
Task
| Improve this Doc View Source

ExtractTheme(IFormFile)

Declaration
public void ExtractTheme(IFormFile themeFile)
Parameters
Type Name Description
Microsoft.AspNetCore.Http.IFormFile themeFile
| Improve this Doc View Source

ImportSelectedItemsAsync(SiteDataViewModel)

Declaration
public Task<SiteDataViewModel> ImportSelectedItemsAsync(SiteDataViewModel siteData)
Parameters
Type Name Description
SiteDataViewModel siteData
Returns
Type Description
Task<SiteDataViewModel>
| Improve this Doc View Source

LoadSchema()

Declaration
public SiteDataViewModel LoadSchema()
Returns
Type Description
SiteDataViewModel
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾