C# Класс Mix.Cms.Lib.ViewModels.MixLanguages.ReadMvcViewModel

Наследование: ViewModelBase
Показать файл Открыть проект

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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>

Описание методов

ExpandView() публичный Метод

public ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void
_transaction IDbContextTransaction
Результат void

ReadMvcViewModel() публичный Метод

public ReadMvcViewModel ( ) : Microsoft.EntityFrameworkCore.Storage
Результат Microsoft.EntityFrameworkCore.Storage

ReadMvcViewModel() публичный Метод

public ReadMvcViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage
_transaction IDbContextTransaction
Результат Microsoft.EntityFrameworkCore.Storage

RemoveRelatedModels() публичный Метод

public RemoveRelatedModels ( view, _context = null, IDbContextTransaction _transaction = null ) : RepositoryResponse
_transaction IDbContextTransaction
Результат RepositoryResponse

RemoveRelatedModelsAsync() публичный Метод

public RemoveRelatedModelsAsync ( view, _context = null, IDbContextTransaction _transaction = null ) : Task>
_transaction IDbContextTransaction
Результат Task>