C# Class Mix.Cms.Lib.ViewModels.MixThemes.DeleteViewModel

Inheritance: ViewModelBase
Exibir arquivo Open project: codemerx/CodemerxDecompile

Private Properties

Property Type Description
ActivedThemeAsync Task>
CreateDefaultThemeTemplatesAsync Task>
ImportAssetsAsync RepositoryResponse
ImportThemeAsync Task>
InitAssetStyleAsync Task

Public Methods

Method Description
DeleteViewModel ( ) : Microsoft.EntityFrameworkCore.Storage
DeleteViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage
ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void
RemoveRelatedModelsAsync ( view, _context = null, IDbContextTransaction _transaction = null ) : Task>

Private Methods

Method Description
ActivedThemeAsync ( _context = null, IDbContextTransaction _transaction = null ) : Task>
CreateDefaultThemeTemplatesAsync ( _context = null, IDbContextTransaction _transaction = null ) : Task>
ImportAssetsAsync ( _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse
ImportThemeAsync ( parent, _context, IDbContextTransaction _transaction ) : Task>
InitAssetStyleAsync ( _context = null, IDbContextTransaction _transaction = null ) : Task

Method Details

DeleteViewModel() public method

public DeleteViewModel ( ) : Microsoft.EntityFrameworkCore.Storage
return Microsoft.EntityFrameworkCore.Storage

DeleteViewModel() public method

public DeleteViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage
_transaction IDbContextTransaction
return Microsoft.EntityFrameworkCore.Storage

ExpandView() public method

public ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void
_transaction IDbContextTransaction
return void

RemoveRelatedModelsAsync() public method

public RemoveRelatedModelsAsync ( view, _context = null, IDbContextTransaction _transaction = null ) : Task>
_transaction IDbContextTransaction
return Task>