C# Class Mix.Cms.Lib.ViewModels.MixLanguages.ReadMvcViewModel

Inheritance: ViewModelBase
Mostra file Open project: codemerx/CodemerxDecompile

Private Properties

Property Type Description

Public Methods

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

Method Details

ExpandView() public method

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

ReadMvcViewModel() public method

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

ReadMvcViewModel() public method

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

RemoveRelatedModels() public method

public RemoveRelatedModels ( view, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse
_transaction IDbContextTransaction
return RepositoryResponse

RemoveRelatedModelsAsync() public method

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