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

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

Private Properties

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

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

Метод Описание
ExpandView ( _context = null, IDbContextTransaction _transaction = null ) : void
ParseModel ( _context = null, IDbContextTransaction _transaction = null ) : MixPageModule
ReadMvcViewModel ( ) : Microsoft.EntityFrameworkCore.Storage
ReadMvcViewModel ( model, _context = null, IDbContextTransaction _transaction = null ) : Microsoft.EntityFrameworkCore.Storage

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

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

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

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

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

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