C# 클래스 Mix.Cms.Lib.ViewModels.MixThemes.DeleteViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: codemerx/CodemerxDecompile

Private Properties

프로퍼티 타입 설명
ActivedThemeAsync Task>
CreateDefaultThemeTemplatesAsync Task>
ImportAssetsAsync RepositoryResponse
ImportThemeAsync Task>
InitAssetStyleAsync Task

공개 메소드들

메소드 설명
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>

비공개 메소드들

메소드 설명
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

메소드 상세

DeleteViewModel() 공개 메소드

public DeleteViewModel ( ) : Microsoft.EntityFrameworkCore.Storage
리턴 Microsoft.EntityFrameworkCore.Storage

DeleteViewModel() 공개 메소드

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

ExpandView() 공개 메소드

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

RemoveRelatedModelsAsync() 공개 메소드

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